Html Css Color HEX #395A60 Casal

📋 copy color: '#395A60'

red 57 ◦ green 90 ◦ blue 96

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

Shades of Casal #395A60

Tints of Casal #395A60

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.04%

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

R = 23.46%
G = 37.04%
B = 39.51%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#395A60 (or 0x395A60) is known color: Casal. HEX triplet: 39, 5A and 60. RGB value is (57,90,96). Sum of RGB (Red+Green+Blue) = 57+90+96=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #395A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A60 is #C6A59F. Grayscale: #505050. Windows color (decimal): -13018528 or 6314553. OLE color: 6314553.

HSL color Cylindrical-coordinate representation of color #395A60: hue angle of 189.23º 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 #395A60 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 90 96 -
CMYK 0.41 0.06 0 0.62
HSL 189.23º 0.25% 0.3% -
HSV(B) 189.23º 0.41% 0.38% -
XYZ 7.45 9.03 12.42 -
YUV 80.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 57 90 96 0.41 0.06 0 0.62 189.23 0.25 0.3
Hex 39 5A 60 29 6 0 3E BD 19 1E
Octal 71 132 140 51 6 0 76 275 31 36
Binary 111001 1011010 1100000 101001 110 0 111110 10111101 11001 11110

Color Harmonies of #395A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395A60

Black with #395A60

Text Example


Text Example

White with #395A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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