Html Css Color HEX #384A59 Cello

📋 copy color: '#384A59'

red 56 ◦ green 74 ◦ blue 89

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

Shades of Cello #384A59

Tints of Cello #384A59

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.79%

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

R = 25.57%
G = 33.79%
B = 40.64%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#384A59 (or 0x384A59) is known color: Cello. HEX triplet: 38, 4A and 59. RGB value is (56,74,89). Sum of RGB (Red+Green+Blue) = 56+74+89=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #384A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384A59 is #C7B5A6. Grayscale: #464646. Windows color (decimal): -13088167 or 5851704. OLE color: 5851704.

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

Color convert

RGB 56 74 89 -
CMYK 0.37 0.17 0 0.65
HSL 207.27º 0.23% 0.28% -
HSV(B) 207.27º 0.37% 0.35% -
XYZ 5.88 6.46 10.39 -
YUV 70.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 56 74 89 0.37 0.17 0 0.65 207.27 0.23 0.28
Hex 38 4A 59 25 11 0 41 CF 17 1C
Octal 70 112 131 45 21 0 101 317 27 34
Binary 111000 1001010 1011001 100101 10001 0 1000001 11001111 10111 11100

Color Harmonies of #384A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384A59

Black with #384A59

Text Example


Text Example

White with #384A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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