Html Css Color HEX #384C6A Cello

📋 copy color: '#384C6A'

red 56 ◦ green 76 ◦ blue 106

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

Shades of Cello #384C6A

Tints of Cello #384C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 44.54%

R = 23.53%
G = 31.93%
B = 44.54%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#384C6A (or 0x384C6A) is known color: Cello. HEX triplet: 38, 4C and 6A. RGB value is (56,76,106). Sum of RGB (Red+Green+Blue) = 56+76+106=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #384C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C6A is #C7B395. Grayscale: #494949. Windows color (decimal): -13087638 or 6966328. OLE color: 6966328.

HSL color Cylindrical-coordinate representation of color #384C6A: hue angle of 216º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #384C6A is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 76 106 -
CMYK 0.47 0.28 0 0.58
HSL 216º 0.31% 0.32% -
HSV(B) 216º 0.47% 0.42% -
XYZ 6.82 7.05 14.64 -
YUV 73.44 146.37 115.56 -
System Red Green Blue C M Y K H S L
Decimal 56 76 106 0.47 0.28 0 0.58 216 0.31 0.32
Hex 38 4C 6A 2F 1C 0 3A D8 1F 20
Octal 70 114 152 57 34 0 72 330 37 40
Binary 111000 1001100 1101010 101111 11100 0 111010 11011000 11111 100000

Color Harmonies of #384C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C6A

Black with #384C6A

Text Example


Text Example

White with #384C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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