Html Css Color HEX #357698 Lochmara

📋 copy color: '#357698'

red 53 ◦ green 118 ◦ blue 152

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

Shades of Lochmara #357698

Tints of Lochmara #357698

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.53%

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

R = 16.41%
G = 36.53%
B = 47.06%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#357698 (or 0x357698) is known color: Lochmara. HEX triplet: 35, 76 and 98. RGB value is (53,118,152). Sum of RGB (Red+Green+Blue) = 53+118+152=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #357698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357698 is #CA8967. Grayscale: #666666. Windows color (decimal): -13273448 or 9991733. OLE color: 9991733.

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

Color convert

RGB 53 118 152 -
CMYK 0.65 0.22 0 0.40
HSL 200.61º 0.48% 0.4% -
HSV(B) 200.61º 0.65% 0.6% -
XYZ 13.61 15.98 32.07 -
YUV 102.44 155.97 92.74 -
System Red Green Blue C M Y K H S L
Decimal 53 118 152 0.65 0.22 0 0.40 200.61 0.48 0.4
Hex 35 76 98 41 16 0 28 C9 30 28
Octal 65 166 230 101 26 0 50 311 60 50
Binary 110101 1110110 10011000 1000001 10110 0 101000 11001001 110000 101000

Color Harmonies of #357698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357698

Black with #357698

Text Example


Text Example

White with #357698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357698; }

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

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

background-color css

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

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

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

border-color css

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

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

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