Html Css Color HEX #336792 Lochmara

📋 copy color: '#336792'

red 51 ◦ green 103 ◦ blue 146

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

Shades of Lochmara #336792

Tints of Lochmara #336792

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.33%

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

R = 17%
G = 34.33%
B = 48.67%

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

#336792 (or 0x336792) is known color: Lochmara. HEX triplet: 33, 67 and 92. RGB value is (51,103,146). Sum of RGB (Red+Green+Blue) = 51+103+146=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #336792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336792 is #CC986D. Grayscale: #5C5C5C. Windows color (decimal): -13408366 or 9594675. OLE color: 9594675.

HSL color Cylindrical-coordinate representation of color #336792: hue angle of 207.16º 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 #336792 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 103 146 -
CMYK 0.65 0.29 0 0.43
HSL 207.16º 0.48% 0.39% -
HSV(B) 207.16º 0.65% 0.57% -
XYZ 11.4 12.48 29 -
YUV 92.35 158.27 98.5 -
System Red Green Blue C M Y K H S L
Decimal 51 103 146 0.65 0.29 0 0.43 207.16 0.48 0.39
Hex 33 67 92 41 1D 0 2B CF 30 27
Octal 63 147 222 101 35 0 53 317 60 47
Binary 110011 1100111 10010010 1000001 11101 0 101011 11001111 110000 100111

Color Harmonies of #336792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336792

Black with #336792

Text Example


Text Example

White with #336792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336792; }

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

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

background-color css

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

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

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

border-color css

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

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

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