Html Css Color HEX #357398 Lochmara

📋 copy color: '#357398'

red 53 ◦ green 115 ◦ blue 152

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

Shades of Lochmara #357398

Tints of Lochmara #357398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.94%

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

R = 16.56%
G = 35.94%
B = 47.5%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#357398 (or 0x357398) is known color: Lochmara. HEX triplet: 35, 73 and 98. RGB value is (53,115,152). Sum of RGB (Red+Green+Blue) = 53+115+152=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #357398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357398 is #CA8C67. Grayscale: #646464. Windows color (decimal): -13274216 or 9990965. OLE color: 9990965.

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

Color convert

RGB 53 115 152 -
CMYK 0.65 0.24 0 0.40
HSL 202.42º 0.48% 0.4% -
HSV(B) 202.42º 0.65% 0.6% -
XYZ 13.27 15.29 31.96 -
YUV 100.68 156.96 93.99 -
System Red Green Blue C M Y K H S L
Decimal 53 115 152 0.65 0.24 0 0.40 202.42 0.48 0.4
Hex 35 73 98 41 18 0 28 CA 30 28
Octal 65 163 230 101 30 0 50 312 60 50
Binary 110101 1110011 10011000 1000001 11000 0 101000 11001010 110000 101000

Color Harmonies of #357398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357398

Black with #357398

Text Example


Text Example

White with #357398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357398; }

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

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

background-color css

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

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

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

border-color css

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

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

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