Html Css Color HEX #336F9C Lochmara

📋 copy color: '#336F9C'

red 51 ◦ green 111 ◦ blue 156

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

Shades of Lochmara #336F9C

Tints of Lochmara #336F9C

RGB

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

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

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

R = 16.04%
G = 34.91%
B = 49.06%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#336F9C (or 0x336F9C) is known color: Lochmara. HEX triplet: 33, 6F and 9C. RGB value is (51,111,156). Sum of RGB (Red+Green+Blue) = 51+111+156=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #336F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336F9C is #CC9063. Grayscale: #616161. Windows color (decimal): -13406308 or 10252083. OLE color: 10252083.

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

Color convert

RGB 51 111 156 -
CMYK 0.67 0.29 0 0.39
HSL 205.71º 0.51% 0.41% -
HSV(B) 205.71º 0.67% 0.61% -
XYZ 13.05 14.47 33.56 -
YUV 98.19 160.62 94.34 -
System Red Green Blue C M Y K H S L
Decimal 51 111 156 0.67 0.29 0 0.39 205.71 0.51 0.41
Hex 33 6F 9C 43 1D 0 27 CE 33 29
Octal 63 157 234 103 35 0 47 316 63 51
Binary 110011 1101111 10011100 1000011 11101 0 100111 11001110 110011 101001

Color Harmonies of #336F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336F9C

Black with #336F9C

Text Example


Text Example

White with #336F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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