#385483

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

Shades of Fun Blue #385483

Tints of Fun Blue #385483

Color information

#385483 (or 0x385483) is unknown color: approx Fun Blue. HEX triplet: 38, 54 and 83. RGB value is (56,84,131). Sum of RGB (Red+Green+Blue) = 56+84+131=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #385483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385483 is #C7AB7C. Grayscale: #505050. Windows color (decimal): -13085565 or 8606776. OLE color: 8606776.

HSL color Cylindrical-coordinate representation of color #385483: hue angle of 217.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #385483 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5684131-
CMYK0.570.3600.49
HSL217.6º40.11%36.67%-
HSV(B)217.6º57.25%51.37%-
XYZ8.98.8222.71-
YUV80.99156.22110.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.66%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 131 (51.56% from 255) = 48.34%
R=20.66%
G=31.00%
B=48.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56841310.570.3600.49217.640.1136.67
Hex3854833924031da2825
Octal7012420371440613325045
Binary111000101010010000011111001100100011000111011010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385483; }

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

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

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

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

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

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

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

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