#23487C

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

Shades of Fun Blue #23487C

Tints of Fun Blue #23487C

Color information

#23487C (or 0x23487C) is unknown color: approx Fun Blue. HEX triplet: 23, 48 and 7C. RGB value is (35,72,124). Sum of RGB (Red+Green+Blue) = 35+72+124=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #23487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23487C is #DCB783. Grayscale: #424242. Windows color (decimal): -14464900 or 8144931. OLE color: 8144931.

HSL color Cylindrical-coordinate representation of color #23487C: hue angle of 215.06º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23487C is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3572124-
CMYK0.720.4200.51
HSL215.06º55.97%31.18%-
HSV(B)215.06º71.77%48.63%-
XYZ6.656.4519.96-
YUV66.86160.24105.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.15%
GREEN value IS 72 (28.52% from 255) = 31.17%
BLUE value IS 124 (48.83% from 255) = 53.68%
R=15.15%
G=31.17%
B=53.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35721240.720.4200.51215.0655.9731.18
Hex23487C482A033d7381f
Octal43110174110520633277037
Binary10001110010001111100100100010101001100111101011111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23487C; }

 p { color: rgb(35,72,124); }

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

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

 a { background-color: rgb(35,72,124); }

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

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

 span { border-color: rgb(35,72,124); }

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