Html Css Color HEX #357095 Lochmara

📋 copy color: '#357095'

red 53 ◦ green 112 ◦ blue 149

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

Shades of Lochmara #357095

Tints of Lochmara #357095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.45%

R = 16.88%
G = 35.67%
B = 47.45%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#357095 (or 0x357095) is known color: Lochmara. HEX triplet: 35, 70 and 95. RGB value is (53,112,149). Sum of RGB (Red+Green+Blue) = 53+112+149=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #357095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357095 is #CA8F6A. Grayscale: #626262. Windows color (decimal): -13274987 or 9793589. OLE color: 9793589.

HSL color Cylindrical-coordinate representation of color #357095: hue angle of 203.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #357095 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 112 149 -
CMYK 0.64 0.25 0 0.42
HSL 203.13º 0.48% 0.4% -
HSV(B) 203.13º 0.64% 0.58% -
XYZ 12.69 14.52 30.57 -
YUV 98.58 156.45 95.49 -
System Red Green Blue C M Y K H S L
Decimal 53 112 149 0.64 0.25 0 0.42 203.13 0.48 0.4
Hex 35 70 95 40 19 0 2A CB 30 28
Octal 65 160 225 100 31 0 52 313 60 50
Binary 110101 1110000 10010101 1000000 11001 0 101010 11001011 110000 101000

Color Harmonies of #357095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357095

Black with #357095

Text Example


Text Example

White with #357095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357095; }

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

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

background-color css

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

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

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

border-color css

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

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

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