#365081

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

Shades of Fun Blue #365081

Tints of Fun Blue #365081

Color information

#365081 (or 0x365081) is unknown color: approx Fun Blue. HEX triplet: 36, 50 and 81. RGB value is (54,80,129). Sum of RGB (Red+Green+Blue) = 54+80+129=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 129 - color contains mainly: blue. Hex color #365081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365081 is #C9AF7E. Grayscale: #4D4D4D. Windows color (decimal): -13217663 or 8474678. OLE color: 8474678.

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

Color convert

RGB5480129-
CMYK0.580.3800.49
HSL219.2º40.98%35.88%-
HSV(B)219.2º58.14%50.59%-
XYZ8.358.1121.89-
YUV77.81156.89111.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.53%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 129 (50.78% from 255) = 49.05%
R=20.53%
G=30.42%
B=49.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54801290.580.3800.49219.240.9835.88
Hex3650813A26031db2924
Octal6612020172460613335144
Binary110110101000010000001111010100110011000111011011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365081; }

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

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

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

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

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

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

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

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