#23478D

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

Shades of Fun Blue #23478D

Tints of Fun Blue #23478D

Color information

#23478D (or 0x23478D) is unknown color: approx Fun Blue. HEX triplet: 23, 47 and 8D. RGB value is (35,71,141). Sum of RGB (Red+Green+Blue) = 35+71+141=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #23478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23478D is #DCB872. Grayscale: #434343. Windows color (decimal): -14465139 or 9258787. OLE color: 9258787.

HSL color Cylindrical-coordinate representation of color #23478D: hue angle of 219.62º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23478D is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3571141-
CMYK0.750.5000.45
HSL219.62º60.23%34.51%-
HSV(B)219.62º75.18%55.29%-
XYZ7.756.7926.1-
YUV68.22169.07104.31-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.17%
GREEN value IS 71 (28.12% from 255) = 28.74%
BLUE value IS 141 (55.47% from 255) = 57.09%
R=14.17%
G=28.74%
B=57.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35711410.750.5000.45219.6260.2334.51
Hex23478D4B3202Ddc3c23
Octal43107215113620553347443
Binary1000111000111100011011001011110010010110111011100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23478D; }

 p { color: rgb(35,71,141); }

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

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

 a { background-color: rgb(35,71,141); }

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

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

 span { border-color: rgb(35,71,141); }

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