Html Css Color HEX #395861 Casal

📋 copy color: '#395861'

red 57 ◦ green 88 ◦ blue 97

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

Shades of Casal #395861

Tints of Casal #395861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.36%

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

R = 23.55%
G = 36.36%
B = 40.08%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#395861 (or 0x395861) is known color: Casal. HEX triplet: 39, 58 and 61. RGB value is (57,88,97). Sum of RGB (Red+Green+Blue) = 57+88+97=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #395861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395861 is #C6A79E. Grayscale: #4F4F4F. Windows color (decimal): -13019039 or 6379577. OLE color: 6379577.

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

Color convert

RGB 57 88 97 -
CMYK 0.41 0.09 0 0.62
HSL 193.5º 0.26% 0.3% -
HSV(B) 193.5º 0.41% 0.38% -
XYZ 7.33 8.71 12.6 -
YUV 79.76 137.73 111.77 -
System Red Green Blue C M Y K H S L
Decimal 57 88 97 0.41 0.09 0 0.62 193.5 0.26 0.3
Hex 39 58 61 29 9 0 3E C2 1A 1E
Octal 71 130 141 51 11 0 76 302 32 36
Binary 111001 1011000 1100001 101001 1001 0 111110 11000010 11010 11110

Color Harmonies of #395861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395861

Black with #395861

Text Example


Text Example

White with #395861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395861; }

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

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

background-color css

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

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

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

border-color css

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

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

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