Html Css Color HEX #357097 Lochmara

📋 copy color: '#357097'

red 53 ◦ green 112 ◦ blue 151

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

Shades of Lochmara #357097

Tints of Lochmara #357097

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.44%

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

R = 16.77%
G = 35.44%
B = 47.78%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#357097 (or 0x357097) is known color: Lochmara. HEX triplet: 35, 70 and 97. RGB value is (53,112,151). Sum of RGB (Red+Green+Blue) = 53+112+151=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 151 - color contains mainly: blue. Hex color #357097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357097 is #CA8F68. Grayscale: #626262. Windows color (decimal): -13274985 or 9924661. OLE color: 9924661.

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

Color convert

RGB 53 112 151 -
CMYK 0.65 0.26 0 0.41
HSL 203.88º 0.48% 0.4% -
HSV(B) 203.88º 0.65% 0.59% -
XYZ 12.85 14.58 31.42 -
YUV 98.81 157.45 95.33 -
System Red Green Blue C M Y K H S L
Decimal 53 112 151 0.65 0.26 0 0.41 203.88 0.48 0.4
Hex 35 70 97 41 1A 0 29 CC 30 28
Octal 65 160 227 101 32 0 51 314 60 50
Binary 110101 1110000 10010111 1000001 11010 0 101001 11001100 110000 101000

Color Harmonies of #357097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357097

Black with #357097

Text Example


Text Example

White with #357097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357097; }

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

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

background-color css

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

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

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

border-color css

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

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

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