Html Css Color HEX #384A61 Cello

📋 copy color: '#384A61'

red 56 ◦ green 74 ◦ blue 97

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

Shades of Cello #384A61

Tints of Cello #384A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.73%

R = 24.67%
G = 32.6%
B = 42.73%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#384A61 (or 0x384A61) is known color: Cello. HEX triplet: 38, 4A and 61. RGB value is (56,74,97). Sum of RGB (Red+Green+Blue) = 56+74+97=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #384A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384A61 is #C7B59E. Grayscale: #474747. Windows color (decimal): -13088159 or 6375992. OLE color: 6375992.

HSL color Cylindrical-coordinate representation of color #384A61: hue angle of 213.66º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #384A61 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 74 97 -
CMYK 0.42 0.24 0 0.62
HSL 213.66º 0.27% 0.3% -
HSV(B) 213.66º 0.42% 0.38% -
XYZ 6.24 6.6 12.25 -
YUV 71.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 56 74 97 0.42 0.24 0 0.62 213.66 0.27 0.3
Hex 38 4A 61 2A 18 0 3E D6 1B 1E
Octal 70 112 141 52 30 0 76 326 33 36
Binary 111000 1001010 1100001 101010 11000 0 111110 11010110 11011 11110

Color Harmonies of #384A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384A61

Black with #384A61

Text Example


Text Example

White with #384A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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