Html Css Color HEX #336C9E Lochmara

📋 copy color: '#336C9E'

red 51 ◦ green 108 ◦ blue 158

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

Shades of Lochmara #336C9E

Tints of Lochmara #336C9E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.07%

 BLUE value IS 158 (62.11% from 255) = 49.84%

R = 16.09%
G = 34.07%
B = 49.84%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#336C9E (or 0x336C9E) is known color: Lochmara. HEX triplet: 33, 6C and 9E. RGB value is (51,108,158). Sum of RGB (Red+Green+Blue) = 51+108+158=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #336C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336C9E is #CC9361. Grayscale: #606060. Windows color (decimal): -13407074 or 10382387. OLE color: 10382387.

HSL color Cylindrical-coordinate representation of color #336C9E: hue angle of 208.04º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #336C9E is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 108 158 -
CMYK 0.68 0.32 0 0.38
HSL 208.04º 0.51% 0.41% -
HSV(B) 208.04º 0.68% 0.62% -
XYZ 12.9 13.9 34.35 -
YUV 96.66 162.62 95.43 -
System Red Green Blue C M Y K H S L
Decimal 51 108 158 0.68 0.32 0 0.38 208.04 0.51 0.41
Hex 33 6C 9E 44 20 0 26 D0 33 29
Octal 63 154 236 104 40 0 46 320 63 51
Binary 110011 1101100 10011110 1000100 100000 0 100110 11010000 110011 101001

Color Harmonies of #336C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336C9E

Black with #336C9E

Text Example


Text Example

White with #336C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,108,158); }

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

background-color css

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

 a { background-color: rgb(51,108,158); }

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

border-color css

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

 span { border-color: rgb(51,108,158); }

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