#234682

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

Shades of Fun Blue #234682

Tints of Fun Blue #234682

Color information

#234682 (or 0x234682) is unknown color: approx Fun Blue. HEX triplet: 23, 46 and 82. RGB value is (35,70,130). Sum of RGB (Red+Green+Blue) = 35+70+130=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #234682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234682 is #DCB97D. Grayscale: #424242. Windows color (decimal): -14465406 or 8537635. OLE color: 8537635.

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

Color convert

RGB3570130-
CMYK0.730.4600.49
HSL217.89º57.58%32.35%-
HSV(B)217.89º73.08%50.98%-
XYZ6.916.3521.98-
YUV66.38163.9105.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.89%
GREEN value IS 70 (27.73% from 255) = 29.79%
BLUE value IS 130 (51.17% from 255) = 55.32%
R=14.89%
G=29.79%
B=55.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal35701300.730.4600.49217.8957.5832.35
Hex234682492E031da3a20
Octal43106202111560613327240
Binary1000111000110100000101001001101110011000111011010111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234682; }

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

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

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

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

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

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

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

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