Html Css Color HEX #395961 Casal

📋 copy color: '#395961'

red 57 ◦ green 89 ◦ blue 97

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

Shades of Casal #395961

Tints of Casal #395961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.63%

 BLUE value IS 97 (38.28% from 255) = 39.92%

R = 23.46%
G = 36.63%
B = 39.92%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#395961 (or 0x395961) is known color: Casal. HEX triplet: 39, 59 and 61. RGB value is (57,89,97). Sum of RGB (Red+Green+Blue) = 57+89+97=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 97 - color contains mainly: blue. Hex color #395961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395961 is #C6A69E. Grayscale: #505050. Windows color (decimal): -13018783 or 6379833. OLE color: 6379833.

HSL color Cylindrical-coordinate representation of color #395961: hue angle of 192º degrees, saturation: 0.26, 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 #395961 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 89 97 -
CMYK 0.41 0.08 0 0.62
HSL 192º 0.26% 0.3% -
HSV(B) 192º 0.41% 0.38% -
XYZ 7.42 8.88 12.63 -
YUV 80.34 137.4 111.35 -
System Red Green Blue C M Y K H S L
Decimal 57 89 97 0.41 0.08 0 0.62 192 0.26 0.3
Hex 39 59 61 29 8 0 3E C0 1A 1E
Octal 71 131 141 51 10 0 76 300 32 36
Binary 111001 1011001 1100001 101001 1000 0 111110 11000000 11010 11110

Color Harmonies of #395961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395961

Black with #395961

Text Example


Text Example

White with #395961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395961; }

 p { color: rgb(57,89,97); }

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

background-color css

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

 a { background-color: rgb(57,89,97); }

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

border-color css

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

 span { border-color: rgb(57,89,97); }

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