#385380

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

Shades of Fun Blue #385380

Tints of Fun Blue #385380

Color information

#385380 (or 0x385380) is unknown color: approx Fun Blue. HEX triplet: 38, 53 and 80. RGB value is (56,83,128). Sum of RGB (Red+Green+Blue) = 56+83+128=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #385380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385380 is #C7AC7F. Grayscale: #4F4F4F. Windows color (decimal): -13085824 or 8409912. OLE color: 8409912.

HSL color Cylindrical-coordinate representation of color #385380: hue angle of 217.5º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #385380 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5683128-
CMYK0.560.3500.50
HSL217.5º39.13%36.08%-
HSV(B)217.5º56.25%50.2%-
XYZ8.628.5921.62-
YUV80.06155.05110.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 128 (50.39% from 255) = 47.94%
R=20.97%
G=31.09%
B=47.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56831280.560.3500.50217.539.1336.08
Hex3853803823032da2724
Octal7012320070430623324744
Binary111000101001110000000111000100011011001011011010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385380; }

 p { color: rgb(56,83,128); }

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

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

 a { background-color: rgb(56,83,128); }

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

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

 span { border-color: rgb(56,83,128); }

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