Html Css Color HEX #395E62 Casal

📋 copy color: '#395E62'

red 57 ◦ green 94 ◦ blue 98

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

Shades of Casal #395E62

Tints of Casal #395E62

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.75%

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

R = 22.89%
G = 37.75%
B = 39.36%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#395E62 (or 0x395E62) is known color: Casal. HEX triplet: 39, 5E and 62. RGB value is (57,94,98). Sum of RGB (Red+Green+Blue) = 57+94+98=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 98 - color contains mainly: blue. Hex color #395E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395E62 is #C6A19D. Grayscale: #535353. Windows color (decimal): -13017502 or 6446649. OLE color: 6446649.

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

Color convert

RGB 57 94 98 -
CMYK 0.42 0.04 0 0.62
HSL 185.85º 0.26% 0.3% -
HSV(B) 185.85º 0.42% 0.38% -
XYZ 7.89 9.76 13.02 -
YUV 83.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 57 94 98 0.42 0.04 0 0.62 185.85 0.26 0.3
Hex 39 5E 62 2A 4 0 3E BA 1A 1E
Octal 71 136 142 52 4 0 76 272 32 36
Binary 111001 1011110 1100010 101010 100 0 111110 10111010 11010 11110

Color Harmonies of #395E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395E62

Black with #395E62

Text Example


Text Example

White with #395E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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