Html Css Color HEX #336892 Lochmara

📋 copy color: '#336892'

red 51 ◦ green 104 ◦ blue 146

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

Shades of Lochmara #336892

Tints of Lochmara #336892

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.55%

 BLUE value IS 146 (57.42% from 255) = 48.5%

R = 16.94%
G = 34.55%
B = 48.5%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#336892 (or 0x336892) is known color: Lochmara. HEX triplet: 33, 68 and 92. RGB value is (51,104,146). Sum of RGB (Red+Green+Blue) = 51+104+146=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #336892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336892 is #CC976D. Grayscale: #5C5C5C. Windows color (decimal): -13408110 or 9594931. OLE color: 9594931.

HSL color Cylindrical-coordinate representation of color #336892: hue angle of 206.53º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #336892 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 104 146 -
CMYK 0.65 0.29 0 0.43
HSL 206.53º 0.48% 0.39% -
HSV(B) 206.53º 0.65% 0.57% -
XYZ 11.5 12.68 29.04 -
YUV 92.94 157.94 98.08 -
System Red Green Blue C M Y K H S L
Decimal 51 104 146 0.65 0.29 0 0.43 206.53 0.48 0.39
Hex 33 68 92 41 1D 0 2B CF 30 27
Octal 63 150 222 101 35 0 53 317 60 47
Binary 110011 1101000 10010010 1000001 11101 0 101011 11001111 110000 100111

Color Harmonies of #336892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336892

Black with #336892

Text Example


Text Example

White with #336892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336892; }

 p { color: rgb(51,104,146); }

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

background-color css

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

 a { background-color: rgb(51,104,146); }

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

border-color css

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

 span { border-color: rgb(51,104,146); }

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