Html Css Color HEX #357199 Lochmara

📋 copy color: '#357199'

red 53 ◦ green 113 ◦ blue 153

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

Shades of Lochmara #357199

Tints of Lochmara #357199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.42%

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

R = 16.61%
G = 35.42%
B = 47.96%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#357199 (or 0x357199) is known color: Lochmara. HEX triplet: 35, 71 and 99. RGB value is (53,113,153). Sum of RGB (Red+Green+Blue) = 53+113+153=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #357199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357199 is #CA8E66. Grayscale: #636363. Windows color (decimal): -13274727 or 10055989. OLE color: 10055989.

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

Color convert

RGB 53 113 153 -
CMYK 0.65 0.26 0 0.4
HSL 204º 0.49% 0.4% -
HSV(B) 204º 0.65% 0.6% -
XYZ 13.12 14.87 32.31 -
YUV 99.62 158.12 94.75 -
System Red Green Blue C M Y K H S L
Decimal 53 113 153 0.65 0.26 0 0.4 204 0.49 0.4
Hex 35 71 99 41 1A 0 28 CC 31 28
Octal 65 161 231 101 32 0 50 314 61 50
Binary 110101 1110001 10011001 1000001 11010 0 101000 11001100 110001 101000

Color Harmonies of #357199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357199

Black with #357199

Text Example


Text Example

White with #357199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357199; }

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

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

background-color css

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

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

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

border-color css

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

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

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