Html Css Color HEX #385063 Cello

📋 copy color: '#385063'

red 56 ◦ green 80 ◦ blue 99

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

Shades of Cello #385063

Tints of Cello #385063

RGB

 RED value IS 56 (22.27% from 255) = 23.83%

 GREEN value IS 80 (31.64% from 255) = 34.04%

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

R = 23.83%
G = 34.04%
B = 42.13%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#385063 (or 0x385063) is known color: Cello. HEX triplet: 38, 50 and 63. RGB value is (56,80,99). Sum of RGB (Red+Green+Blue) = 56+80+99=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #385063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385063 is #C7AF9C. Grayscale: #4A4A4A. Windows color (decimal): -13086621 or 6508600. OLE color: 6508600.

HSL color Cylindrical-coordinate representation of color #385063: hue angle of 206.51º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #385063 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 80 99 -
CMYK 0.43 0.19 0 0.61
HSL 206.51º 0.28% 0.3% -
HSV(B) 206.51º 0.43% 0.39% -
XYZ 6.75 7.48 12.89 -
YUV 74.99 141.55 114.46 -
System Red Green Blue C M Y K H S L
Decimal 56 80 99 0.43 0.19 0 0.61 206.51 0.28 0.3
Hex 38 50 63 2B 13 0 3D CF 1C 1E
Octal 70 120 143 53 23 0 75 317 34 36
Binary 111000 1010000 1100011 101011 10011 0 111101 11001111 11100 11110

Color Harmonies of #385063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385063

Black with #385063

Text Example


Text Example

White with #385063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385063; }

 p { color: rgb(56,80,99); }

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

background-color css

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

 a { background-color: rgb(56,80,99); }

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

border-color css

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

 span { border-color: rgb(56,80,99); }

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