Html Css Color HEX #357E9F Lochmara

📋 copy color: '#357E9F'

red 53 ◦ green 126 ◦ blue 159

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

Shades of Lochmara #357E9F

Tints of Lochmara #357E9F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.28%

 BLUE value IS 159 (62.5% from 255) = 47.04%

R = 15.68%
G = 37.28%
B = 47.04%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#357E9F (or 0x357E9F) is known color: Lochmara. HEX triplet: 35, 7E and 9F. RGB value is (53,126,159). Sum of RGB (Red+Green+Blue) = 53+126+159=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #357E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357E9F is #CA8160. Grayscale: #6B6B6B. Windows color (decimal): -13271393 or 10452533. OLE color: 10452533.

HSL color Cylindrical-coordinate representation of color #357E9F: hue angle of 198.68º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #357E9F is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 126 159 -
CMYK 0.67 0.21 0 0.38
HSL 198.68º 0.5% 0.42% -
HSV(B) 198.68º 0.67% 0.62% -
XYZ 15.19 18.18 35.51 -
YUV 107.94 156.82 88.82 -
System Red Green Blue C M Y K H S L
Decimal 53 126 159 0.67 0.21 0 0.38 198.68 0.5 0.42
Hex 35 7E 9F 43 15 0 26 C7 32 2A
Octal 65 176 237 103 25 0 46 307 62 52
Binary 110101 1111110 10011111 1000011 10101 0 100110 11000111 110010 101010

Color Harmonies of #357E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357E9F

Black with #357E9F

Text Example


Text Example

White with #357E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357E9F; }

 p { color: rgb(53,126,159); }

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

background-color css

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

 a { background-color: rgb(53,126,159); }

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

border-color css

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

 span { border-color: rgb(53,126,159); }

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