Html Css Color HEX #384B59 Cello

📋 copy color: '#384B59'

red 56 ◦ green 75 ◦ blue 89

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

Shades of Cello #384B59

Tints of Cello #384B59

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.09%

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

R = 25.45%
G = 34.09%
B = 40.45%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#384B59 (or 0x384B59) is known color: Cello. HEX triplet: 38, 4B and 59. RGB value is (56,75,89). Sum of RGB (Red+Green+Blue) = 56+75+89=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #384B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B59 is #C7B4A6. Grayscale: #464646. Windows color (decimal): -13087911 or 5851960. OLE color: 5851960.

HSL color Cylindrical-coordinate representation of color #384B59: hue angle of 205.45º 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 #384B59 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 75 89 -
CMYK 0.37 0.16 0 0.65
HSL 205.45º 0.23% 0.28% -
HSV(B) 205.45º 0.37% 0.35% -
XYZ 5.95 6.59 10.41 -
YUV 70.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 56 75 89 0.37 0.16 0 0.65 205.45 0.23 0.28
Hex 38 4B 59 25 10 0 41 CD 17 1C
Octal 70 113 131 45 20 0 101 315 27 34
Binary 111000 1001011 1011001 100101 10000 0 1000001 11001101 10111 11100

Color Harmonies of #384B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384B59

Black with #384B59

Text Example


Text Example

White with #384B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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