Html Css Color HEX #336FAC Lochmara

📋 copy color: '#336FAC'

red 51 ◦ green 111 ◦ blue 172

#336FAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #336FAC

Tints of Lochmara #336FAC

RGB

 RED value IS 51 (20.31% from 255) = 15.27%

 GREEN value IS 111 (43.75% from 255) = 33.23%

 BLUE value IS 172 (67.58% from 255) = 51.5%

R = 15.27%
G = 33.23%
B = 51.5%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#336FAC (or 0x336FAC) is known color: Lochmara. HEX triplet: 33, 6F and AC. RGB value is (51,111,172). Sum of RGB (Red+Green+Blue) = 51+111+172=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #336FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336FAC is #CC9053. Grayscale: #636363. Windows color (decimal): -13406292 or 11300659. OLE color: 11300659.

HSL color Cylindrical-coordinate representation of color #336FAC: hue angle of 210.25º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #336FAC is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 111 172 -
CMYK 0.70 0.35 0 0.33
HSL 210.25º 0.54% 0.44% -
HSV(B) 210.25º 0.7% 0.67% -
XYZ 14.5 15.05 41.17 -
YUV 100.01 168.62 93.04 -
System Red Green Blue C M Y K H S L
Decimal 51 111 172 0.70 0.35 0 0.33 210.25 0.54 0.44
Hex 33 6F AC 46 23 0 21 D2 36 2C
Octal 63 157 254 106 43 0 41 322 66 54
Binary 110011 1101111 10101100 1000110 100011 0 100001 11010010 110110 101100

Color Harmonies of #336FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336FAC

Black with #336FAC

Text Example


Text Example

White with #336FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336FAC; }

 p { color: rgb(51,111,172); }

 H1.HeaderClassName
 {
   color: #336FAC;
 }
 .AnyTagClassName
 {
   color: #336FAC;
 }
</style>

background-color css

<style>
 a { background-color: #336FAC; }

 a { background-color: rgb(51,111,172); }

 div.DivClassName
 {
   background-color: #336FAC;
 }
 .BgClassName
 {
   background-color: #336FAC;
 }
</style>

border-color css

<style>
 span { border-color: #336FAC; }

 span { border-color: rgb(51,111,172); }

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