Html Css Color HEX #336D9C Lochmara

📋 copy color: '#336D9C'

red 51 ◦ green 109 ◦ blue 156

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

Shades of Lochmara #336D9C

Tints of Lochmara #336D9C

RGB

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

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

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

R = 16.14%
G = 34.49%
B = 49.37%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#336D9C (or 0x336D9C) is known color: Lochmara. HEX triplet: 33, 6D and 9C. RGB value is (51,109,156). Sum of RGB (Red+Green+Blue) = 51+109+156=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #336D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336D9C is #CC9263. Grayscale: #606060. Windows color (decimal): -13406820 or 10251571. OLE color: 10251571.

HSL color Cylindrical-coordinate representation of color #336D9C: hue angle of 206.86º 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 #336D9C is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 109 156 -
CMYK 0.67 0.30 0 0.39
HSL 206.86º 0.51% 0.41% -
HSV(B) 206.86º 0.67% 0.61% -
XYZ 12.83 14.04 33.49 -
YUV 97.02 161.28 95.18 -
System Red Green Blue C M Y K H S L
Decimal 51 109 156 0.67 0.30 0 0.39 206.86 0.51 0.41
Hex 33 6D 9C 43 1E 0 27 CF 33 29
Octal 63 155 234 103 36 0 47 317 63 51
Binary 110011 1101101 10011100 1000011 11110 0 100111 11001111 110011 101001

Color Harmonies of #336D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336D9C

Black with #336D9C

Text Example


Text Example

White with #336D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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