#385482

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

Shades of Fun Blue #385482

Tints of Fun Blue #385482

Color information

#385482 (or 0x385482) is unknown color: approx Fun Blue. HEX triplet: 38, 54 and 82. RGB value is (56,84,130). Sum of RGB (Red+Green+Blue) = 56+84+130=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #385482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385482 is #C7AB7D. Grayscale: #505050. Windows color (decimal): -13085566 or 8541240. OLE color: 8541240.

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

Color convert

RGB5684130-
CMYK0.570.3500.49
HSL217.3º39.78%36.47%-
HSV(B)217.3º56.92%50.98%-
XYZ8.838.7922.35-
YUV80.87155.72110.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 84 (33.20% from 255) = 31.11%
BLUE value IS 130 (51.17% from 255) = 48.15%
R=20.74%
G=31.11%
B=48.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56841300.570.3500.49217.339.7836.47
Hex3854823923031d92824
Octal7012420271430613315044
Binary111000101010010000010111001100011011000111011001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385482; }

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

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

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

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

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

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

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

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