#385088

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

Shades of Tory Blue #385088

Tints of Tory Blue #385088

Color information

#385088 (or 0x385088) is unknown color: approx Tory Blue. HEX triplet: 38, 50 and 88. RGB value is (56,80,136). Sum of RGB (Red+Green+Blue) = 56+80+136=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #385088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385088 is #C7AF77. Grayscale: #4E4E4E. Windows color (decimal): -13086584 or 8933432. OLE color: 8933432.

HSL color Cylindrical-coordinate representation of color #385088: hue angle of 222º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #385088 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5680136-
CMYK0.590.4100.47
HSL222º41.67%37.65%-
HSV(B)222º58.82%53.33%-
XYZ8.948.3624.43-
YUV79.21160.05111.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.59%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 136 (53.52% from 255) = 50%
R=20.59%
G=29.41%
B=50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56801360.590.4100.4722241.6737.65
Hex3850883B2902Fde2a26
Octal7012021073510573365246
Binary111000101000010001000111011101001010111111011110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385088; }

 p { color: rgb(56,80,136); }

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

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

 a { background-color: rgb(56,80,136); }

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

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

 span { border-color: rgb(56,80,136); }

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