Html Css Color HEX #384D68 Cello

📋 copy color: '#384D68'

red 56 ◦ green 77 ◦ blue 104

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

Shades of Cello #384D68

Tints of Cello #384D68

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.49%

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

R = 23.63%
G = 32.49%
B = 43.88%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#384D68 (or 0x384D68) is known color: Cello. HEX triplet: 38, 4D and 68. RGB value is (56,77,104). Sum of RGB (Red+Green+Blue) = 56+77+104=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #384D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D68 is #C7B297. Grayscale: #494949. Windows color (decimal): -13087384 or 6835512. OLE color: 6835512.

HSL color Cylindrical-coordinate representation of color #384D68: hue angle of 213.75º 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 #384D68 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 77 104 -
CMYK 0.46 0.26 0 0.59
HSL 213.75º 0.3% 0.31% -
HSV(B) 213.75º 0.46% 0.41% -
XYZ 6.78 7.15 14.12 -
YUV 73.8 145.04 115.3 -
System Red Green Blue C M Y K H S L
Decimal 56 77 104 0.46 0.26 0 0.59 213.75 0.3 0.31
Hex 38 4D 68 2E 1A 0 3B D6 1E 1F
Octal 70 115 150 56 32 0 73 326 36 37
Binary 111000 1001101 1101000 101110 11010 0 111011 11010110 11110 11111

Color Harmonies of #384D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D68

Black with #384D68

Text Example


Text Example

White with #384D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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