Html Css Color HEX #336BAB Lochmara

📋 copy color: '#336BAB'

red 51 ◦ green 107 ◦ blue 171

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

Shades of Lochmara #336BAB

Tints of Lochmara #336BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.52%

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

R = 15.5%
G = 32.52%
B = 51.98%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#336BAB (or 0x336BAB) is known color: Lochmara. HEX triplet: 33, 6B and AB. RGB value is (51,107,171). Sum of RGB (Red+Green+Blue) = 51+107+171=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #336BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336BAB is #CC9454. Grayscale: #616161. Windows color (decimal): -13407317 or 11234099. OLE color: 11234099.

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

Color convert

RGB 51 107 171 -
CMYK 0.70 0.37 0 0.33
HSL 212º 0.54% 0.44% -
HSV(B) 212º 0.7% 0.67% -
XYZ 13.97 14.16 40.52 -
YUV 97.55 169.45 94.8 -
System Red Green Blue C M Y K H S L
Decimal 51 107 171 0.70 0.37 0 0.33 212 0.54 0.44
Hex 33 6B AB 46 25 0 21 D4 36 2C
Octal 63 153 253 106 45 0 41 324 66 54
Binary 110011 1101011 10101011 1000110 100101 0 100001 11010100 110110 101100

Color Harmonies of #336BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336BAB

Black with #336BAB

Text Example


Text Example

White with #336BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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