Html Css Color HEX #384958 Cello

📋 copy color: '#384958'

red 56 ◦ green 73 ◦ blue 88

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

Shades of Cello #384958

Tints of Cello #384958

RGB

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

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

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

R = 25.81%
G = 33.64%
B = 40.55%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#384958 (or 0x384958) is known color: Cello. HEX triplet: 38, 49 and 58. RGB value is (56,73,88). Sum of RGB (Red+Green+Blue) = 56+73+88=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #384958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384958 is #C7B6A7. Grayscale: #454545. Windows color (decimal): -13088424 or 5785912. OLE color: 5785912.

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

Color convert

RGB 56 73 88 -
CMYK 0.36 0.17 0 0.65
HSL 208.13º 0.22% 0.28% -
HSV(B) 208.13º 0.36% 0.35% -
XYZ 5.77 6.31 10.15 -
YUV 69.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 56 73 88 0.36 0.17 0 0.65 208.13 0.22 0.28
Hex 38 49 58 24 11 0 41 D0 16 1C
Octal 70 111 130 44 21 0 101 320 26 34
Binary 111000 1001001 1011000 100100 10001 0 1000001 11010000 10110 11100

Color Harmonies of #384958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384958

Black with #384958

Text Example


Text Example

White with #384958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384958; }

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

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

background-color css

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

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

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

border-color css

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

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

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