Html Css Color HEX #357498 Lochmara

📋 copy color: '#357498'

red 53 ◦ green 116 ◦ blue 152

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

Shades of Lochmara #357498

Tints of Lochmara #357498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.14%

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

R = 16.51%
G = 36.14%
B = 47.35%

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

#357498 (or 0x357498) is known color: Lochmara. HEX triplet: 35, 74 and 98. RGB value is (53,116,152). Sum of RGB (Red+Green+Blue) = 53+116+152=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #357498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357498 is #CA8B67. Grayscale: #656565. Windows color (decimal): -13273960 or 9991221. OLE color: 9991221.

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

Color convert

RGB 53 116 152 -
CMYK 0.65 0.24 0 0.40
HSL 201.82º 0.48% 0.4% -
HSV(B) 201.82º 0.65% 0.6% -
XYZ 13.38 15.51 32 -
YUV 101.27 156.63 93.57 -
System Red Green Blue C M Y K H S L
Decimal 53 116 152 0.65 0.24 0 0.40 201.82 0.48 0.4
Hex 35 74 98 41 18 0 28 CA 30 28
Octal 65 164 230 101 30 0 50 312 60 50
Binary 110101 1110100 10011000 1000001 11000 0 101000 11001010 110000 101000

Color Harmonies of #357498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357498

Black with #357498

Text Example


Text Example

White with #357498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357498; }

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

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

background-color css

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

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

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

border-color css

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

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

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