Html Css Color HEX #336592 Lochmara

📋 copy color: '#336592'

red 51 ◦ green 101 ◦ blue 146

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

Shades of Lochmara #336592

Tints of Lochmara #336592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.89%

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

R = 17.11%
G = 33.89%
B = 48.99%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#336592 (or 0x336592) is known color: Lochmara. HEX triplet: 33, 65 and 92. RGB value is (51,101,146). Sum of RGB (Red+Green+Blue) = 51+101+146=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #336592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336592 is #CC9A6D. Grayscale: #5A5A5A. Windows color (decimal): -13408878 or 9594163. OLE color: 9594163.

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

Color convert

RGB 51 101 146 -
CMYK 0.65 0.31 0 0.43
HSL 208.42º 0.48% 0.39% -
HSV(B) 208.42º 0.65% 0.57% -
XYZ 11.21 12.09 28.94 -
YUV 91.18 158.94 99.34 -
System Red Green Blue C M Y K H S L
Decimal 51 101 146 0.65 0.31 0 0.43 208.42 0.48 0.39
Hex 33 65 92 41 1F 0 2B D0 30 27
Octal 63 145 222 101 37 0 53 320 60 47
Binary 110011 1100101 10010010 1000001 11111 0 101011 11010000 110000 100111

Color Harmonies of #336592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336592

Black with #336592

Text Example


Text Example

White with #336592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336592; }

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

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

background-color css

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

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

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

border-color css

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

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

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