#385A8B

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

Shades of St Tropaz #385A8B

Tints of St Tropaz #385A8B

Color information

#385A8B (or 0x385A8B) is unknown color: approx St Tropaz. HEX triplet: 38, 5A and 8B. RGB value is (56,90,139). Sum of RGB (Red+Green+Blue) = 56+90+139=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #385A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385A8B is #C7A574. Grayscale: #555555. Windows color (decimal): -13084021 or 9132600. OLE color: 9132600.

HSL color Cylindrical-coordinate representation of color #385A8B: hue angle of 215.42º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #385A8B is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5690139-
CMYK0.600.3500.45
HSL215.42º42.56%38.24%-
HSV(B)215.42º59.71%54.51%-
XYZ9.9510.0225.84-
YUV85.42158.24107.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.65%
GREEN value IS 90 (35.55% from 255) = 31.58%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=19.65%
G=31.58%
B=48.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56901390.600.3500.45215.4242.5638.24
Hex385A8B3C2302Dd72b26
Octal7013221374430553275346
Binary111000101101010001011111100100011010110111010111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385A8B; }

 p { color: rgb(56,90,139); }

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

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

 a { background-color: rgb(56,90,139); }

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

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

 span { border-color: rgb(56,90,139); }

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