#385467

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

Shades of Cello #385467

Tints of Cello #385467

Color information

#385467 (or 0x385467) is unknown color: approx Cello. HEX triplet: 38, 54 and 67. RGB value is (56,84,103). Sum of RGB (Red+Green+Blue) = 56+84+103=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 103 - color contains mainly: blue. Hex color #385467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385467 is #C7AB98. Grayscale: #4D4D4D. Windows color (decimal): -13085593 or 6771768. OLE color: 6771768.

HSL color Cylindrical-coordinate representation of color #385467: hue angle of 204.26º 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 #385467 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5684103-
CMYK0.460.1800.60
HSL204.26º29.56%31.18%-
HSV(B)204.26º45.63%40.39%-
XYZ7.258.1614.03-
YUV77.79142.22112.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 84 (33.20% from 255) = 34.57%
BLUE value IS 103 (40.62% from 255) = 42.39%
R=23.05%
G=34.57%
B=42.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56841030.460.1800.60204.2629.5631.18
Hex3854672E1203Ccc1e1f
Octal7012414756220743143637
Binary11100010101001100111101110100100111100110011001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385467; }

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

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

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

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

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

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

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

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