Html Css Color HEX #395C60 Casal

📋 copy color: '#395C60'

red 57 ◦ green 92 ◦ blue 96

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

Shades of Casal #395C60

Tints of Casal #395C60

RGB

 RED value IS 57 (22.66% from 255) = 23.27%

 GREEN value IS 92 (36.33% from 255) = 37.55%

 BLUE value IS 96 (37.89% from 255) = 39.18%

R = 23.27%
G = 37.55%
B = 39.18%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#395C60 (or 0x395C60) is known color: Casal. HEX triplet: 39, 5C and 60. RGB value is (57,92,96). Sum of RGB (Red+Green+Blue) = 57+92+96=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: blue. Hex color #395C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395C60 is #C6A39F. Grayscale: #515151. Windows color (decimal): -13018016 or 6315065. OLE color: 6315065.

HSL color Cylindrical-coordinate representation of color #395C60: hue angle of 186.15º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #395C60 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 92 96 -
CMYK 0.41 0.04 0 0.62
HSL 186.15º 0.25% 0.3% -
HSV(B) 186.15º 0.41% 0.38% -
XYZ 7.63 9.37 12.47 -
YUV 81.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 57 92 96 0.41 0.04 0 0.62 186.15 0.25 0.3
Hex 39 5C 60 29 4 0 3E BA 19 1E
Octal 71 134 140 51 4 0 76 272 31 36
Binary 111001 1011100 1100000 101001 100 0 111110 10111010 11001 11110

Color Harmonies of #395C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395C60

Black with #395C60

Text Example


Text Example

White with #395C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395C60; }

 p { color: rgb(57,92,96); }

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

background-color css

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

 a { background-color: rgb(57,92,96); }

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

border-color css

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

 span { border-color: rgb(57,92,96); }

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