Html Css Color HEX #357D9F Lochmara

📋 copy color: '#357D9F'

red 53 ◦ green 125 ◦ blue 159

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

Shades of Lochmara #357D9F

Tints of Lochmara #357D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.09%

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

R = 15.73%
G = 37.09%
B = 47.18%

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

#357D9F (or 0x357D9F) is known color: Lochmara. HEX triplet: 35, 7D and 9F. RGB value is (53,125,159). Sum of RGB (Red+Green+Blue) = 53+125+159=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #357D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357D9F is #CA8260. Grayscale: #6B6B6B. Windows color (decimal): -13271649 or 10452277. OLE color: 10452277.

HSL color Cylindrical-coordinate representation of color #357D9F: hue angle of 199.25º 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 #357D9F is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 125 159 -
CMYK 0.67 0.21 0 0.38
HSL 199.25º 0.5% 0.42% -
HSV(B) 199.25º 0.67% 0.62% -
XYZ 15.06 17.93 35.47 -
YUV 107.35 157.15 89.24 -
System Red Green Blue C M Y K H S L
Decimal 53 125 159 0.67 0.21 0 0.38 199.25 0.5 0.42
Hex 35 7D 9F 43 15 0 26 C7 32 2A
Octal 65 175 237 103 25 0 46 307 62 52
Binary 110101 1111101 10011111 1000011 10101 0 100110 11000111 110010 101010

Color Harmonies of #357D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357D9F

Black with #357D9F

Text Example


Text Example

White with #357D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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