Html Css Color HEX #384959 Cello

📋 copy color: '#384959'

red 56 ◦ green 73 ◦ blue 89

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

Shades of Cello #384959

Tints of Cello #384959

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.49%

 BLUE value IS 89 (35.16% from 255) = 40.83%

R = 25.69%
G = 33.49%
B = 40.83%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#384959 (or 0x384959) is known color: Cello. HEX triplet: 38, 49 and 59. RGB value is (56,73,89). Sum of RGB (Red+Green+Blue) = 56+73+89=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #384959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384959 is #C7B6A6. Grayscale: #454545. Windows color (decimal): -13088423 or 5851448. OLE color: 5851448.

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

Color convert

RGB 56 73 89 -
CMYK 0.37 0.18 0 0.65
HSL 209.09º 0.23% 0.28% -
HSV(B) 209.09º 0.37% 0.35% -
XYZ 5.82 6.33 10.37 -
YUV 69.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 56 73 89 0.37 0.18 0 0.65 209.09 0.23 0.28
Hex 38 49 59 25 12 0 41 D1 17 1C
Octal 70 111 131 45 22 0 101 321 27 34
Binary 111000 1001001 1011001 100101 10010 0 1000001 11010001 10111 11100

Color Harmonies of #384959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384959

Black with #384959

Text Example


Text Example

White with #384959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384959; }

 p { color: rgb(56,73,89); }

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

background-color css

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

 a { background-color: rgb(56,73,89); }

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

border-color css

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

 span { border-color: rgb(56,73,89); }

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