Html Css Color HEX #336FB9 Lochmara

📋 copy color: '#336FB9'

red 51 ◦ green 111 ◦ blue 185

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

Shades of Lochmara #336FB9

Tints of Lochmara #336FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 53.31%

R = 14.7%
G = 31.99%
B = 53.31%

CMYK

 C value IS 0.72

 M value IS 0.4

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#336FB9 (or 0x336FB9) is known color: Lochmara. HEX triplet: 33, 6F and B9. RGB value is (51,111,185). Sum of RGB (Red+Green+Blue) = 51+111+185=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 185 (72.66% from 255 or 53.31% from 347); Max value from RGB is 185 - color contains mainly: blue. Hex color #336FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FB9 is #CC9046. Grayscale: #656565. Windows color (decimal): -13406279 or 12152627. OLE color: 12152627.

HSL color Cylindrical-coordinate representation of color #336FB9: hue angle of 213.13º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #336FB9 is Cyan = 0.72, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 111 185 -
CMYK 0.72 0.4 0 0.27
HSL 213.13º 0.57% 0.46% -
HSV(B) 213.13º 0.72% 0.73% -
XYZ 15.81 15.58 48.07 -
YUV 101.5 175.12 91.98 -
System Red Green Blue C M Y K H S L
Decimal 51 111 185 0.72 0.4 0 0.27 213.13 0.57 0.46
Hex 33 6F B9 48 28 0 1B D5 39 2E
Octal 63 157 271 110 50 0 33 325 71 56
Binary 110011 1101111 10111001 1001000 101000 0 11011 11010101 111001 101110

Color Harmonies of #336FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336FB9

Black with #336FB9

Text Example


Text Example

White with #336FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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