Html Css Color HEX #357899 Lochmara

📋 copy color: '#357899'

red 53 ◦ green 120 ◦ blue 153

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

Shades of Lochmara #357899

Tints of Lochmara #357899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.81%

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

R = 16.26%
G = 36.81%
B = 46.93%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#357899 (or 0x357899) is known color: Lochmara. HEX triplet: 35, 78 and 99. RGB value is (53,120,153). Sum of RGB (Red+Green+Blue) = 53+120+153=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #357899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357899 is #CA8766. Grayscale: #676767. Windows color (decimal): -13272935 or 10057781. OLE color: 10057781.

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

Color convert

RGB 53 120 153 -
CMYK 0.65 0.22 0 0.4
HSL 199.8º 0.49% 0.4% -
HSV(B) 199.8º 0.65% 0.6% -
XYZ 13.93 16.49 32.59 -
YUV 103.73 155.8 91.82 -
System Red Green Blue C M Y K H S L
Decimal 53 120 153 0.65 0.22 0 0.4 199.8 0.49 0.4
Hex 35 78 99 41 16 0 28 C8 31 28
Octal 65 170 231 101 26 0 50 310 61 50
Binary 110101 1111000 10011001 1000001 10110 0 101000 11001000 110001 101000

Color Harmonies of #357899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357899

Black with #357899

Text Example


Text Example

White with #357899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357899; }

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

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

background-color css

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

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

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

border-color css

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

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

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