Html Css Color HEX #395358 Casal

📋 copy color: '#395358'

red 57 ◦ green 83 ◦ blue 88

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

Shades of Casal #395358

Tints of Casal #395358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.4%

 BLUE value IS 88 (34.77% from 255) = 38.6%

R = 25%
G = 36.4%
B = 38.6%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#395358 (or 0x395358) is known color: Casal. HEX triplet: 39, 53 and 58. RGB value is (57,83,88). Sum of RGB (Red+Green+Blue) = 57+83+88=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 88 - color contains mainly: blue. Hex color #395358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395358 is #C6ACA7. Grayscale: #4B4B4B. Windows color (decimal): -13020328 or 5788473. OLE color: 5788473.

HSL color Cylindrical-coordinate representation of color #395358: hue angle of 189.68º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #395358 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 83 88 -
CMYK 0.35 0.06 0 0.65
HSL 189.68º 0.21% 0.28% -
HSV(B) 189.68º 0.35% 0.35% -
XYZ 6.54 7.76 10.39 -
YUV 75.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 57 83 88 0.35 0.06 0 0.65 189.68 0.21 0.28
Hex 39 53 58 23 6 0 41 BE 15 1C
Octal 71 123 130 43 6 0 101 276 25 34
Binary 111001 1010011 1011000 100011 110 0 1000001 10111110 10101 11100

Color Harmonies of #395358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395358

Black with #395358

Text Example


Text Example

White with #395358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395358; }

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

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

background-color css

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

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

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

border-color css

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

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

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