#234684

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

Shades of Fun Blue #234684

Tints of Fun Blue #234684

Color information

#234684 (or 0x234684) is unknown color: approx Fun Blue. HEX triplet: 23, 46 and 84. RGB value is (35,70,132). Sum of RGB (Red+Green+Blue) = 35+70+132=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #234684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234684 is #DCB97B. Grayscale: #424242. Windows color (decimal): -14465404 or 8668707. OLE color: 8668707.

HSL color Cylindrical-coordinate representation of color #234684: hue angle of 218.35º 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 #234684 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3570132-
CMYK0.730.4700.48
HSL218.35º58.08%32.75%-
HSV(B)218.35º73.48%51.76%-
XYZ7.056.422.69-
YUV66.6164.9105.46-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.77%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 132 (51.95% from 255) = 55.70%
R=14.77%
G=29.54%
B=55.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35701320.730.4700.48218.3558.0832.75
Hex234684492F030da3a21
Octal43106204111570603327241
Binary1000111000110100001001001001101111011000011011010111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234684; }

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

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

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

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

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

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

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

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