Html Css Color HEX #357C9F Lochmara

📋 copy color: '#357C9F'

red 53 ◦ green 124 ◦ blue 159

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

Shades of Lochmara #357C9F

Tints of Lochmara #357C9F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.9%

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

R = 15.77%
G = 36.9%
B = 47.32%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#357C9F (or 0x357C9F) is known color: Lochmara. HEX triplet: 35, 7C and 9F. RGB value is (53,124,159). Sum of RGB (Red+Green+Blue) = 53+124+159=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #357C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357C9F is #CA8360. Grayscale: #6A6A6A. Windows color (decimal): -13271905 or 10452021. OLE color: 10452021.

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

Color convert

RGB 53 124 159 -
CMYK 0.67 0.22 0 0.38
HSL 199.81º 0.5% 0.42% -
HSV(B) 199.81º 0.67% 0.62% -
XYZ 14.93 17.68 35.43 -
YUV 106.76 157.48 89.65 -
System Red Green Blue C M Y K H S L
Decimal 53 124 159 0.67 0.22 0 0.38 199.81 0.5 0.42
Hex 35 7C 9F 43 16 0 26 C8 32 2A
Octal 65 174 237 103 26 0 46 310 62 52
Binary 110101 1111100 10011111 1000011 10110 0 100110 11001000 110010 101010

Color Harmonies of #357C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C9F

Black with #357C9F

Text Example


Text Example

White with #357C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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