#234584

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

Shades of Fun Blue #234584

Tints of Fun Blue #234584

Color information

#234584 (or 0x234584) is unknown color: approx Fun Blue. HEX triplet: 23, 45 and 84. RGB value is (35,69,132). Sum of RGB (Red+Green+Blue) = 35+69+132=236 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.83% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #234584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234584 is #DCBA7B. Grayscale: #414141. Windows color (decimal): -14465660 or 8668451. OLE color: 8668451.

HSL color Cylindrical-coordinate representation of color #234584: hue angle of 218.97º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #234584 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3569132-
CMYK0.730.4800.48
HSL218.97º58.08%32.75%-
HSV(B)218.97º73.48%51.76%-
XYZ6.996.2822.67-
YUV66.02165.24105.88-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.83%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 132 (51.95% from 255) = 55.93%
R=14.83%
G=29.24%
B=55.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35691320.730.4800.48218.9758.0832.75
Hex2345844930030db3a21
Octal43105204111600603337241
Binary1000111000101100001001001001110000011000011011011111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234584; }

 p { color: rgb(35,69,132); }

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

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

 a { background-color: rgb(35,69,132); }

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

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

 span { border-color: rgb(35,69,132); }

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