Html Css Color HEX #357098 Lochmara

📋 copy color: '#357098'

red 53 ◦ green 112 ◦ blue 152

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

Shades of Lochmara #357098

Tints of Lochmara #357098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.95%

R = 16.72%
G = 35.33%
B = 47.95%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#357098 (or 0x357098) is known color: Lochmara. HEX triplet: 35, 70 and 98. RGB value is (53,112,152). Sum of RGB (Red+Green+Blue) = 53+112+152=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #357098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357098 is #CA8F67. Grayscale: #626262. Windows color (decimal): -13274984 or 9990197. OLE color: 9990197.

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

Color convert

RGB 53 112 152 -
CMYK 0.65 0.26 0 0.40
HSL 204.24º 0.48% 0.4% -
HSV(B) 204.24º 0.65% 0.6% -
XYZ 12.93 14.61 31.84 -
YUV 98.92 157.95 95.25 -
System Red Green Blue C M Y K H S L
Decimal 53 112 152 0.65 0.26 0 0.40 204.24 0.48 0.4
Hex 35 70 98 41 1A 0 28 CC 30 28
Octal 65 160 230 101 32 0 50 314 60 50
Binary 110101 1110000 10011000 1000001 11010 0 101000 11001100 110000 101000

Color Harmonies of #357098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357098

Black with #357098

Text Example


Text Example

White with #357098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357098; }

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

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

background-color css

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

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

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

border-color css

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

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

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