#385885

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

Shades of St Tropaz #385885

Tints of St Tropaz #385885

Color information

#385885 (or 0x385885) is unknown color: approx St Tropaz. HEX triplet: 38, 58 and 85. RGB value is (56,88,133). Sum of RGB (Red+Green+Blue) = 56+88+133=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #385885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385885 is #C7A77A. Grayscale: #535353. Windows color (decimal): -13084539 or 8738872. OLE color: 8738872.

HSL color Cylindrical-coordinate representation of color #385885: hue angle of 215.06º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #385885 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5688133-
CMYK0.580.3400.48
HSL215.06º40.74%37.06%-
HSV(B)215.06º57.89%52.16%-
XYZ9.359.5123.53-
YUV83.56155.9108.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=20.22%
G=31.77%
B=48.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56881330.580.3400.48215.0640.7437.06
Hex3858853A22030d72925
Octal7013020572420603275145
Binary111000101100010000101111010100010011000011010111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385885; }

 p { color: rgb(56,88,133); }

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

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

 a { background-color: rgb(56,88,133); }

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

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

 span { border-color: rgb(56,88,133); }

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