Html Css Color HEX #356592 Lochmara

📋 copy color: '#356592'

red 53 ◦ green 101 ◦ blue 146

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

Shades of Lochmara #356592

Tints of Lochmara #356592

RGB

 RED value IS 53 (21.09% from 255) = 17.67%

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

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

R = 17.67%
G = 33.67%
B = 48.67%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#356592 (or 0x356592) is known color: Lochmara. HEX triplet: 35, 65 and 92. RGB value is (53,101,146). Sum of RGB (Red+Green+Blue) = 53+101+146=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 101 (39.84% from 255 or 33.67% 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 #356592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356592 is #CA9A6D. Grayscale: #5B5B5B. Windows color (decimal): -13277806 or 9594165. OLE color: 9594165.

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

Color convert

RGB 53 101 146 -
CMYK 0.64 0.31 0 0.43
HSL 209.03º 0.47% 0.39% -
HSV(B) 209.03º 0.64% 0.57% -
XYZ 11.31 12.14 28.94 -
YUV 91.78 158.6 100.34 -
System Red Green Blue C M Y K H S L
Decimal 53 101 146 0.64 0.31 0 0.43 209.03 0.47 0.39
Hex 35 65 92 40 1F 0 2B D1 2F 27
Octal 65 145 222 100 37 0 53 321 57 47
Binary 110101 1100101 10010010 1000000 11111 0 101011 11010001 101111 100111

Color Harmonies of #356592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356592

Black with #356592

Text Example


Text Example

White with #356592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356592; }

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

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

background-color css

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

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

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

border-color css

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

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

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