Html Css Color HEX #357597 Lochmara

📋 copy color: '#357597'

red 53 ◦ green 117 ◦ blue 151

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

Shades of Lochmara #357597

Tints of Lochmara #357597

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.45%

 BLUE value IS 151 (59.38% from 255) = 47.04%

R = 16.51%
G = 36.45%
B = 47.04%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#357597 (or 0x357597) is known color: Lochmara. HEX triplet: 35, 75 and 97. RGB value is (53,117,151). Sum of RGB (Red+Green+Blue) = 53+117+151=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 151 - color contains mainly: blue. Hex color #357597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357597 is #CA8A68. Grayscale: #656565. Windows color (decimal): -13273705 or 9925941. OLE color: 9925941.

HSL color Cylindrical-coordinate representation of color #357597: hue angle of 200.82º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #357597 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 117 151 -
CMYK 0.65 0.23 0 0.41
HSL 200.82º 0.48% 0.4% -
HSV(B) 200.82º 0.65% 0.59% -
XYZ 13.42 15.71 31.6 -
YUV 101.74 155.8 93.24 -
System Red Green Blue C M Y K H S L
Decimal 53 117 151 0.65 0.23 0 0.41 200.82 0.48 0.4
Hex 35 75 97 41 17 0 29 C9 30 28
Octal 65 165 227 101 27 0 51 311 60 50
Binary 110101 1110101 10010111 1000001 10111 0 101001 11001001 110000 101000

Color Harmonies of #357597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357597

Black with #357597

Text Example


Text Example

White with #357597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357597; }

 p { color: rgb(53,117,151); }

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

background-color css

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

 a { background-color: rgb(53,117,151); }

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

border-color css

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

 span { border-color: rgb(53,117,151); }

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