#2F63AB

Color #2F63AB Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #2F63AB

Tints of Lochmara #2F63AB

Color information

#2F63AB (or 0x2F63AB) is unknown color: approx Lochmara. HEX triplet: 2F, 63 and AB. RGB value is (47,99,171). Sum of RGB (Red+Green+Blue) = 47+99+171=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F63AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F63AB is #D09C54. Grayscale: #5B5B5B. Windows color (decimal): -13671509 or 11232047. OLE color: 11232047.

HSL color Cylindrical-coordinate representation of color #2F63AB: hue angle of 214.84º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F63AB is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4799171-
CMYK0.730.4200.33
HSL214.84º56.88%42.75%-
HSV(B)214.84º72.51%67.06%-
XYZ12.9812.4740.25-
YUV91.66172.7796.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 14.83%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 171 (67.19% from 255) = 53.94%
R=14.83%
G=31.23%
B=53.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47991710.730.4200.33214.8456.8842.75
Hex2F63AB492A021d7392b
Octal57143253111520413277153
Binary1011111100011101010111001001101010010000111010111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F63AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F63AB; }

 p { color: rgb(47,99,171); }

 H1.HeaderClassName
 {
   color: #2F63AB;
 }
 .AnyTagClassName
 {
   color: #2F63AB;
 }
</style>
background-color css

<style>
 a { background-color: #2F63AB; }

 a { background-color: rgb(47,99,171); }

 div.DivClassName
 {
   background-color: #2F63AB;
 }
 .BgClassName
 {
   background-color: #2F63AB;
 }
</style>
border-color css

<style>
 span { border-color: #2F63AB; }

 span { border-color: rgb(47,99,171); }

 td.TdClassName
 {
   border-color: #2F63AB;
 }
 .TagClassName
 {
   border-color: #2F63AB;
 }
</style>