#23488B

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

Shades of Fun Blue #23488B

Tints of Fun Blue #23488B

Color information

#23488B (or 0x23488B) is unknown color: approx Fun Blue. HEX triplet: 23, 48 and 8B. RGB value is (35,72,139). Sum of RGB (Red+Green+Blue) = 35+72+139=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #23488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23488B is #DCB774. Grayscale: #444444. Windows color (decimal): -14464885 or 9127971. OLE color: 9127971.

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

Color convert

RGB3572139-
CMYK0.750.4800.45
HSL218.65º59.77%34.12%-
HSV(B)218.65º74.82%54.51%-
XYZ7.676.8625.35-
YUV68.58167.74104.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.23%
GREEN value IS 72 (28.52% from 255) = 29.27%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=14.23%
G=29.27%
B=56.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35721390.750.4800.45218.6559.7734.12
Hex23488B4B3002Ddb3c22
Octal43110213113600553337442
Binary1000111001000100010111001011110000010110111011011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23488B; }

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

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

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

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

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

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

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

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