#385081

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

Shades of Fun Blue #385081

Tints of Fun Blue #385081

Color information

#385081 (or 0x385081) is unknown color: approx Fun Blue. HEX triplet: 38, 50 and 81. RGB value is (56,80,129). Sum of RGB (Red+Green+Blue) = 56+80+129=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 129 (50.78% from 255 or 48.68% from 265); Max value from RGB is 129 - color contains mainly: blue. Hex color #385081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385081 is #C7AF7E. Grayscale: #4E4E4E. Windows color (decimal): -13086591 or 8474680. OLE color: 8474680.

HSL color Cylindrical-coordinate representation of color #385081: hue angle of 220.27º degrees, saturation: 0.39, 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 #385081 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5680129-
CMYK0.570.3800.49
HSL220.27º39.46%36.27%-
HSV(B)220.27º56.59%50.59%-
XYZ8.468.1621.9-
YUV78.41156.55112.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 129 (50.78% from 255) = 48.68%
R=21.13%
G=30.19%
B=48.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56801290.570.3800.49220.2739.4636.27
Hex3850813926031dc2724
Octal7012020171460613344744
Binary111000101000010000001111001100110011000111011100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385081; }

 p { color: rgb(56,80,129); }

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

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

 a { background-color: rgb(56,80,129); }

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

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

 span { border-color: rgb(56,80,129); }

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