Html Css Color HEX #384C63 Cello

📋 copy color: '#384C63'

red 56 ◦ green 76 ◦ blue 99

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

Shades of Cello #384C63

Tints of Cello #384C63

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.9%

 BLUE value IS 99 (39.06% from 255) = 42.86%

R = 24.24%
G = 32.9%
B = 42.86%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#384C63 (or 0x384C63) is known color: Cello. HEX triplet: 38, 4C and 63. RGB value is (56,76,99). Sum of RGB (Red+Green+Blue) = 56+76+99=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #384C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C63 is #C7B39C. Grayscale: #484848. Windows color (decimal): -13087645 or 6507576. OLE color: 6507576.

HSL color Cylindrical-coordinate representation of color #384C63: hue angle of 212.09º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #384C63 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 76 99 -
CMYK 0.43 0.23 0 0.61
HSL 212.09º 0.28% 0.3% -
HSV(B) 212.09º 0.43% 0.39% -
XYZ 6.47 6.91 12.8 -
YUV 72.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 56 76 99 0.43 0.23 0 0.61 212.09 0.28 0.3
Hex 38 4C 63 2B 17 0 3D D4 1C 1E
Octal 70 114 143 53 27 0 75 324 34 36
Binary 111000 1001100 1100011 101011 10111 0 111101 11010100 11100 11110

Color Harmonies of #384C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C63

Black with #384C63

Text Example


Text Example

White with #384C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,76,99); }

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

background-color css

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

 a { background-color: rgb(56,76,99); }

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

border-color css

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

 span { border-color: rgb(56,76,99); }

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