Html Css Color HEX #357D9C Lochmara

📋 copy color: '#357D9C'

red 53 ◦ green 125 ◦ blue 156

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

Shades of Lochmara #357D9C

Tints of Lochmara #357D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.71%

R = 15.87%
G = 37.43%
B = 46.71%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#357D9C (or 0x357D9C) is known color: Lochmara. HEX triplet: 35, 7D and 9C. RGB value is (53,125,156). Sum of RGB (Red+Green+Blue) = 53+125+156=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #357D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357D9C is #CA8263. Grayscale: #6A6A6A. Windows color (decimal): -13271652 or 10255669. OLE color: 10255669.

HSL color Cylindrical-coordinate representation of color #357D9C: hue angle of 198.06º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #357D9C is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 125 156 -
CMYK 0.66 0.20 0 0.39
HSL 198.06º 0.49% 0.41% -
HSV(B) 198.06º 0.66% 0.61% -
XYZ 14.8 17.82 34.11 -
YUV 107.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 53 125 156 0.66 0.20 0 0.39 198.06 0.49 0.41
Hex 35 7D 9C 42 14 0 27 C6 31 29
Octal 65 175 234 102 24 0 47 306 61 51
Binary 110101 1111101 10011100 1000010 10100 0 100111 11000110 110001 101001

Color Harmonies of #357D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357D9C

Black with #357D9C

Text Example


Text Example

White with #357D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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