Html Css Color HEX #384A58 Cello

📋 copy color: '#384A58'

red 56 ◦ green 74 ◦ blue 88

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

Shades of Cello #384A58

Tints of Cello #384A58

RGB

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

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

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

R = 25.69%
G = 33.94%
B = 40.37%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#384A58 (or 0x384A58) is known color: Cello. HEX triplet: 38, 4A and 58. RGB value is (56,74,88). Sum of RGB (Red+Green+Blue) = 56+74+88=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #384A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384A58 is #C7B5A7. Grayscale: #464646. Windows color (decimal): -13088168 or 5786168. OLE color: 5786168.

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

Color convert

RGB 56 74 88 -
CMYK 0.36 0.16 0 0.65
HSL 206.25º 0.22% 0.28% -
HSV(B) 206.25º 0.36% 0.35% -
XYZ 5.84 6.44 10.17 -
YUV 70.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 56 74 88 0.36 0.16 0 0.65 206.25 0.22 0.28
Hex 38 4A 58 24 10 0 41 CE 16 1C
Octal 70 112 130 44 20 0 101 316 26 34
Binary 111000 1001010 1011000 100100 10000 0 1000001 11001110 10110 11100

Color Harmonies of #384A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384A58

Black with #384A58

Text Example


Text Example

White with #384A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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