Html Css Color HEX #384C68 Cello

📋 copy color: '#384C68'

red 56 ◦ green 76 ◦ blue 104

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

Shades of Cello #384C68

Tints of Cello #384C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.07%

R = 23.73%
G = 32.2%
B = 44.07%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#384C68 (or 0x384C68) is known color: Cello. HEX triplet: 38, 4C and 68. RGB value is (56,76,104). Sum of RGB (Red+Green+Blue) = 56+76+104=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #384C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C68 is #C7B397. Grayscale: #494949. Windows color (decimal): -13087640 or 6835256. OLE color: 6835256.

HSL color Cylindrical-coordinate representation of color #384C68: hue angle of 215º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #384C68 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 76 104 -
CMYK 0.46 0.27 0 0.59
HSL 215º 0.3% 0.31% -
HSV(B) 215º 0.46% 0.41% -
XYZ 6.71 7.01 14.1 -
YUV 73.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 56 76 104 0.46 0.27 0 0.59 215 0.3 0.31
Hex 38 4C 68 2E 1B 0 3B D7 1E 1F
Octal 70 114 150 56 33 0 73 327 36 37
Binary 111000 1001100 1101000 101110 11011 0 111011 11010111 11110 11111

Color Harmonies of #384C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C68

Black with #384C68

Text Example


Text Example

White with #384C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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