Html Css Color HEX #336F9B Lochmara

📋 copy color: '#336F9B'

red 51 ◦ green 111 ◦ blue 155

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

Shades of Lochmara #336F9B

Tints of Lochmara #336F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.9%

R = 16.09%
G = 35.02%
B = 48.9%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#336F9B (or 0x336F9B) is known color: Lochmara. HEX triplet: 33, 6F and 9B. RGB value is (51,111,155). Sum of RGB (Red+Green+Blue) = 51+111+155=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #336F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336F9B is #CC9064. Grayscale: #616161. Windows color (decimal): -13406309 or 10186547. OLE color: 10186547.

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

Color convert

RGB 51 111 155 -
CMYK 0.67 0.28 0 0.39
HSL 205.38º 0.5% 0.4% -
HSV(B) 205.38º 0.67% 0.61% -
XYZ 12.97 14.44 33.11 -
YUV 98.08 160.12 94.42 -
System Red Green Blue C M Y K H S L
Decimal 51 111 155 0.67 0.28 0 0.39 205.38 0.5 0.4
Hex 33 6F 9B 43 1C 0 27 CD 32 28
Octal 63 157 233 103 34 0 47 315 62 50
Binary 110011 1101111 10011011 1000011 11100 0 100111 11001101 110010 101000

Color Harmonies of #336F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336F9B

Black with #336F9B

Text Example


Text Example

White with #336F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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