Html Css Color HEX #384A60 Cello

📋 copy color: '#384A60'

red 56 ◦ green 74 ◦ blue 96

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

Shades of Cello #384A60

Tints of Cello #384A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 42.48%

R = 24.78%
G = 32.74%
B = 42.48%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#384A60 (or 0x384A60) is known color: Cello. HEX triplet: 38, 4A and 60. RGB value is (56,74,96). Sum of RGB (Red+Green+Blue) = 56+74+96=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #384A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384A60 is #C7B59F. Grayscale: #474747. Windows color (decimal): -13088160 or 6310456. OLE color: 6310456.

HSL color Cylindrical-coordinate representation of color #384A60: hue angle of 213º degrees, saturation: 0.26, 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 #384A60 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 74 96 -
CMYK 0.42 0.23 0 0.62
HSL 213º 0.26% 0.3% -
HSV(B) 213º 0.42% 0.38% -
XYZ 6.19 6.58 12.01 -
YUV 71.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 56 74 96 0.42 0.23 0 0.62 213 0.26 0.3
Hex 38 4A 60 2A 17 0 3E D5 1A 1E
Octal 70 112 140 52 27 0 76 325 32 36
Binary 111000 1001010 1100000 101010 10111 0 111110 11010101 11010 11110

Color Harmonies of #384A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384A60

Black with #384A60

Text Example


Text Example

White with #384A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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