Html Css Color HEX #395862 Casal

📋 copy color: '#395862'

red 57 ◦ green 88 ◦ blue 98

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

Shades of Casal #395862

Tints of Casal #395862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.33%

R = 23.46%
G = 36.21%
B = 40.33%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#395862 (or 0x395862) is known color: Casal. HEX triplet: 39, 58 and 62. RGB value is (57,88,98). Sum of RGB (Red+Green+Blue) = 57+88+98=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 98 - color contains mainly: blue. Hex color #395862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395862 is #C6A79D. Grayscale: #4F4F4F. Windows color (decimal): -13019038 or 6445113. OLE color: 6445113.

HSL color Cylindrical-coordinate representation of color #395862: hue angle of 194.63º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #395862 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 88 98 -
CMYK 0.42 0.10 0 0.62
HSL 194.63º 0.26% 0.3% -
HSV(B) 194.63º 0.42% 0.38% -
XYZ 7.38 8.73 12.85 -
YUV 79.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 57 88 98 0.42 0.10 0 0.62 194.63 0.26 0.3
Hex 39 58 62 2A A 0 3E C3 1A 1E
Octal 71 130 142 52 12 0 76 303 32 36
Binary 111001 1011000 1100010 101010 1010 0 111110 11000011 11010 11110

Color Harmonies of #395862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395862

Black with #395862

Text Example


Text Example

White with #395862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395862; }

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

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

background-color css

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

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

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

border-color css

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

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

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