Html Css Color HEX #395A5E Casal

📋 copy color: '#395A5E'

red 57 ◦ green 90 ◦ blue 94

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

Shades of Casal #395A5E

Tints of Casal #395A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.34%

 BLUE value IS 94 (37.11% from 255) = 39%

R = 23.65%
G = 37.34%
B = 39%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#395A5E (or 0x395A5E) is known color: Casal. HEX triplet: 39, 5A and 5E. RGB value is (57,90,94). Sum of RGB (Red+Green+Blue) = 57+90+94=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 94 - color contains mainly: blue. Hex color #395A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A5E is #C6A5A1. Grayscale: #505050. Windows color (decimal): -13018530 or 6183481. OLE color: 6183481.

HSL color Cylindrical-coordinate representation of color #395A5E: hue angle of 186.49º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #395A5E is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 57 90 94 -
CMYK 0.39 0.04 0 0.63
HSL 186.49º 0.25% 0.3% -
HSV(B) 186.49º 0.39% 0.37% -
XYZ 7.36 8.99 11.94 -
YUV 80.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 57 90 94 0.39 0.04 0 0.63 186.49 0.25 0.3
Hex 39 5A 5E 27 4 0 3F BA 19 1E
Octal 71 132 136 47 4 0 77 272 31 36
Binary 111001 1011010 1011110 100111 100 0 111111 10111010 11001 11110

Color Harmonies of #395A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395A5E

Black with #395A5E

Text Example


Text Example

White with #395A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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