#384A67

Color #384A67 Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #384A67

Tints of Cello #384A67

Color information

#384A67 (or 0x384A67) is unknown color: approx Cello. HEX triplet: 38, 4A and 67. RGB value is (56,74,103). Sum of RGB (Red+Green+Blue) = 56+74+103=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 103 - color contains mainly: blue. Hex color #384A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384A67 is #C7B598. Grayscale: #474747. Windows color (decimal): -13088153 or 6769208. OLE color: 6769208.

HSL color Cylindrical-coordinate representation of color #384A67: hue angle of 217.02º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #384A67 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5674103-
CMYK0.460.2800.60
HSL217.02º29.56%31.18%-
HSV(B)217.02º45.63%40.39%-
XYZ6.536.7213.78-
YUV71.92145.54116.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 74 (29.30% from 255) = 31.76%
BLUE value IS 103 (40.62% from 255) = 44.21%
R=24.03%
G=31.76%
B=44.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56741030.460.2800.60217.0229.5631.18
Hex384A672E1C03Cd91e1f
Octal7011214756340743313637
Binary11100010010101100111101110111000111100110110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,74,103); }

 H1.HeaderClassName
 {
   color: #384A67;
 }
 .AnyTagClassName
 {
   color: #384A67;
 }
</style>
background-color css

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

 a { background-color: rgb(56,74,103); }

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

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

 span { border-color: rgb(56,74,103); }

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