Html Css Color HEX #336DAB Lochmara

📋 copy color: '#336DAB'

red 51 ◦ green 109 ◦ blue 171

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

Shades of Lochmara #336DAB

Tints of Lochmara #336DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.93%

 BLUE value IS 171 (67.19% from 255) = 51.66%

R = 15.41%
G = 32.93%
B = 51.66%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#336DAB (or 0x336DAB) is known color: Lochmara. HEX triplet: 33, 6D and AB. RGB value is (51,109,171). Sum of RGB (Red+Green+Blue) = 51+109+171=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #336DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336DAB is #CC9254. Grayscale: #626262. Windows color (decimal): -13406805 or 11234611. OLE color: 11234611.

HSL color Cylindrical-coordinate representation of color #336DAB: hue angle of 211º 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 #336DAB is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 109 171 -
CMYK 0.70 0.36 0 0.33
HSL 211º 0.54% 0.44% -
HSV(B) 211º 0.7% 0.67% -
XYZ 14.18 14.58 40.59 -
YUV 98.73 168.78 93.96 -
System Red Green Blue C M Y K H S L
Decimal 51 109 171 0.70 0.36 0 0.33 211 0.54 0.44
Hex 33 6D AB 46 24 0 21 D3 36 2C
Octal 63 155 253 106 44 0 41 323 66 54
Binary 110011 1101101 10101011 1000110 100100 0 100001 11010011 110110 101100

Color Harmonies of #336DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336DAB

Black with #336DAB

Text Example


Text Example

White with #336DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,109,171); }

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

background-color css

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

 a { background-color: rgb(51,109,171); }

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

border-color css

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

 span { border-color: rgb(51,109,171); }

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