#385382

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

Shades of Fun Blue #385382

Tints of Fun Blue #385382

Color information

#385382 (or 0x385382) is unknown color: approx Fun Blue. HEX triplet: 38, 53 and 82. RGB value is (56,83,130). Sum of RGB (Red+Green+Blue) = 56+83+130=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #385382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385382 is #C7AC7D. Grayscale: #505050. Windows color (decimal): -13085822 or 8540984. OLE color: 8540984.

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

Color convert

RGB5683130-
CMYK0.570.3600.49
HSL218.11º39.78%36.47%-
HSV(B)218.11º56.92%50.98%-
XYZ8.758.6422.33-
YUV80.28156.05110.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 83 (32.81% from 255) = 30.86%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=20.82%
G=30.86%
B=48.33%

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
Decimal56831300.570.3600.49218.1139.7836.47
Hex3853823924031da2824
Octal7012320271440613325044
Binary111000101001110000010111001100100011000111011010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385382; }

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

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

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

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

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

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

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

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