Html Css Color HEX #357599 Lochmara

📋 copy color: '#357599'

red 53 ◦ green 117 ◦ blue 153

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

Shades of Lochmara #357599

Tints of Lochmara #357599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.37%

R = 16.41%
G = 36.22%
B = 47.37%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#357599 (or 0x357599) is known color: Lochmara. HEX triplet: 35, 75 and 99. RGB value is (53,117,153). Sum of RGB (Red+Green+Blue) = 53+117+153=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #357599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357599 is #CA8A66. Grayscale: #656565. Windows color (decimal): -13273703 or 10057013. OLE color: 10057013.

HSL color Cylindrical-coordinate representation of color #357599: hue angle of 201.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #357599 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 117 153 -
CMYK 0.65 0.24 0 0.4
HSL 201.6º 0.49% 0.4% -
HSV(B) 201.6º 0.65% 0.6% -
XYZ 13.58 15.78 32.47 -
YUV 101.97 156.8 93.07 -
System Red Green Blue C M Y K H S L
Decimal 53 117 153 0.65 0.24 0 0.4 201.6 0.49 0.4
Hex 35 75 99 41 18 0 28 CA 31 28
Octal 65 165 231 101 30 0 50 312 61 50
Binary 110101 1110101 10011001 1000001 11000 0 101000 11001010 110001 101000

Color Harmonies of #357599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357599

Black with #357599

Text Example


Text Example

White with #357599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357599; }

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

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

background-color css

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

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

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

border-color css

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

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

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