Html Css Color HEX #336B9C Lochmara

📋 copy color: '#336B9C'

red 51 ◦ green 107 ◦ blue 156

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

Shades of Lochmara #336B9C

Tints of Lochmara #336B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 49.68%

R = 16.24%
G = 34.08%
B = 49.68%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#336B9C (or 0x336B9C) is known color: Lochmara. HEX triplet: 33, 6B and 9C. RGB value is (51,107,156). Sum of RGB (Red+Green+Blue) = 51+107+156=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #336B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336B9C is #CC9463. Grayscale: #5F5F5F. Windows color (decimal): -13407332 or 10251059. OLE color: 10251059.

HSL color Cylindrical-coordinate representation of color #336B9C: hue angle of 208º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #336B9C is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 107 156 -
CMYK 0.67 0.31 0 0.39
HSL 208º 0.51% 0.41% -
HSV(B) 208º 0.67% 0.61% -
XYZ 12.62 13.62 33.42 -
YUV 95.84 161.95 96.02 -
System Red Green Blue C M Y K H S L
Decimal 51 107 156 0.67 0.31 0 0.39 208 0.51 0.41
Hex 33 6B 9C 43 1F 0 27 D0 33 29
Octal 63 153 234 103 37 0 47 320 63 51
Binary 110011 1101011 10011100 1000011 11111 0 100111 11010000 110011 101001

Color Harmonies of #336B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336B9C

Black with #336B9C

Text Example


Text Example

White with #336B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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