Html Css Color HEX #395163 Cello

📋 copy color: '#395163'

red 57 ◦ green 81 ◦ blue 99

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

Shades of Cello #395163

Tints of Cello #395163

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.18%

 BLUE value IS 99 (39.06% from 255) = 41.77%

R = 24.05%
G = 34.18%
B = 41.77%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#395163 (or 0x395163) is known color: Cello. HEX triplet: 39, 51 and 63. RGB value is (57,81,99). Sum of RGB (Red+Green+Blue) = 57+81+99=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: blue. Hex color #395163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395163 is #C6AE9C. Grayscale: #4B4B4B. Windows color (decimal): -13020829 or 6508857. OLE color: 6508857.

HSL color Cylindrical-coordinate representation of color #395163: hue angle of 205.71º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #395163 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 81 99 -
CMYK 0.42 0.18 0 0.61
HSL 205.71º 0.27% 0.31% -
HSV(B) 205.71º 0.42% 0.39% -
XYZ 6.88 7.66 12.92 -
YUV 75.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 57 81 99 0.42 0.18 0 0.61 205.71 0.27 0.31
Hex 39 51 63 2A 12 0 3D CE 1B 1F
Octal 71 121 143 52 22 0 75 316 33 37
Binary 111001 1010001 1100011 101010 10010 0 111101 11001110 11011 11111

Color Harmonies of #395163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395163

Black with #395163

Text Example


Text Example

White with #395163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395163; }

 p { color: rgb(57,81,99); }

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

background-color css

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

 a { background-color: rgb(57,81,99); }

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

border-color css

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

 span { border-color: rgb(57,81,99); }

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