Html Css Color HEX #384C69 Cello

📋 copy color: '#384C69'

red 56 ◦ green 76 ◦ blue 105

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

Shades of Cello #384C69

Tints of Cello #384C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.3%

R = 23.63%
G = 32.07%
B = 44.3%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#384C69 (or 0x384C69) is known color: Cello. HEX triplet: 38, 4C and 69. RGB value is (56,76,105). Sum of RGB (Red+Green+Blue) = 56+76+105=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #384C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C69 is #C7B396. Grayscale: #494949. Windows color (decimal): -13087639 or 6900792. OLE color: 6900792.

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

Color convert

RGB 56 76 105 -
CMYK 0.47 0.28 0 0.59
HSL 215.51º 0.3% 0.32% -
HSV(B) 215.51º 0.47% 0.41% -
XYZ 6.77 7.03 14.36 -
YUV 73.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 56 76 105 0.47 0.28 0 0.59 215.51 0.3 0.32
Hex 38 4C 69 2F 1C 0 3B D8 1E 20
Octal 70 114 151 57 34 0 73 330 36 40
Binary 111000 1001100 1101001 101111 11100 0 111011 11011000 11110 100000

Color Harmonies of #384C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C69

Black with #384C69

Text Example


Text Example

White with #384C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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