Html Css Color HEX #384E6C Cello

📋 copy color: '#384E6C'

red 56 ◦ green 78 ◦ blue 108

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

Shades of Cello #384E6C

Tints of Cello #384E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.63%

R = 23.14%
G = 32.23%
B = 44.63%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#384E6C (or 0x384E6C) is known color: Cello. HEX triplet: 38, 4E and 6C. RGB value is (56,78,108). Sum of RGB (Red+Green+Blue) = 56+78+108=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #384E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E6C is #C7B193. Grayscale: #4A4A4A. Windows color (decimal): -13087124 or 7097912. OLE color: 7097912.

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

Color convert

RGB 56 78 108 -
CMYK 0.48 0.28 0 0.58
HSL 214.62º 0.32% 0.32% -
HSV(B) 214.62º 0.48% 0.42% -
XYZ 7.06 7.37 15.24 -
YUV 74.84 146.71 114.56 -
System Red Green Blue C M Y K H S L
Decimal 56 78 108 0.48 0.28 0 0.58 214.62 0.32 0.32
Hex 38 4E 6C 30 1C 0 3A D7 20 20
Octal 70 116 154 60 34 0 72 327 40 40
Binary 111000 1001110 1101100 110000 11100 0 111010 11010111 100000 100000

Color Harmonies of #384E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E6C

Black with #384E6C

Text Example


Text Example

White with #384E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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