Html Css Color HEX #384E68 Cello

📋 copy color: '#384E68'

red 56 ◦ green 78 ◦ blue 104

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

Shades of Cello #384E68

Tints of Cello #384E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.77%

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

R = 23.53%
G = 32.77%
B = 43.7%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#384E68 (or 0x384E68) is known color: Cello. HEX triplet: 38, 4E and 68. RGB value is (56,78,104). Sum of RGB (Red+Green+Blue) = 56+78+104=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #384E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E68 is #C7B197. Grayscale: #4A4A4A. Windows color (decimal): -13087128 or 6835768. OLE color: 6835768.

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

Color convert

RGB 56 78 104 -
CMYK 0.46 0.25 0 0.59
HSL 212.5º 0.3% 0.31% -
HSV(B) 212.5º 0.46% 0.41% -
XYZ 6.85 7.29 14.14 -
YUV 74.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 56 78 104 0.46 0.25 0 0.59 212.5 0.3 0.31
Hex 38 4E 68 2E 19 0 3B D4 1E 1F
Octal 70 116 150 56 31 0 73 324 36 37
Binary 111000 1001110 1101000 101110 11001 0 111011 11010100 11110 11111

Color Harmonies of #384E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E68

Black with #384E68

Text Example


Text Example

White with #384E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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