Html Css Color HEX #357399 Lochmara

📋 copy color: '#357399'

red 53 ◦ green 115 ◦ blue 153

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

Shades of Lochmara #357399

Tints of Lochmara #357399

RGB

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

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

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

R = 16.51%
G = 35.83%
B = 47.66%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#357399 (or 0x357399) is known color: Lochmara. HEX triplet: 35, 73 and 99. RGB value is (53,115,153). Sum of RGB (Red+Green+Blue) = 53+115+153=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #357399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357399 is #CA8C66. Grayscale: #646464. Windows color (decimal): -13274215 or 10056501. OLE color: 10056501.

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

Color convert

RGB 53 115 153 -
CMYK 0.65 0.25 0 0.4
HSL 202.8º 0.49% 0.4% -
HSV(B) 202.8º 0.65% 0.6% -
XYZ 13.35 15.32 32.39 -
YUV 100.79 157.46 93.91 -
System Red Green Blue C M Y K H S L
Decimal 53 115 153 0.65 0.25 0 0.4 202.8 0.49 0.4
Hex 35 73 99 41 19 0 28 CB 31 28
Octal 65 163 231 101 31 0 50 313 61 50
Binary 110101 1110011 10011001 1000001 11001 0 101000 11001011 110001 101000

Color Harmonies of #357399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357399

Black with #357399

Text Example


Text Example

White with #357399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357399; }

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

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

background-color css

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

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

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

border-color css

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

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

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