#355083

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

Shades of Fun Blue #355083

Tints of Fun Blue #355083

Color information

#355083 (or 0x355083) is unknown color: approx Fun Blue. HEX triplet: 35, 50 and 83. RGB value is (53,80,131). Sum of RGB (Red+Green+Blue) = 53+80+131=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #355083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355083 is #CAAF7C. Grayscale: #4D4D4D. Windows color (decimal): -13283197 or 8605749. OLE color: 8605749.

HSL color Cylindrical-coordinate representation of color #355083: hue angle of 219.23º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #355083 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5380131-
CMYK0.600.3900.49
HSL219.23º42.39%36.08%-
HSV(B)219.23º59.54%51.37%-
XYZ8.438.1322.6-
YUV77.74158.05110.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.08%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 131 (51.56% from 255) = 49.62%
R=20.08%
G=30.30%
B=49.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53801310.600.3900.49219.2342.3936.08
Hex3550833C27031db2a24
Octal6512020374470613335244
Binary110101101000010000011111100100111011000111011011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355083; }

 p { color: rgb(53,80,131); }

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

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

 a { background-color: rgb(53,80,131); }

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

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

 span { border-color: rgb(53,80,131); }

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