#23477B

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

Shades of Fun Blue #23477B

Tints of Fun Blue #23477B

Color information

#23477B (or 0x23477B) is unknown color: approx Fun Blue. HEX triplet: 23, 47 and 7B. RGB value is (35,71,123). Sum of RGB (Red+Green+Blue) = 35+71+123=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #23477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23477B is #DCB884. Grayscale: #414141. Windows color (decimal): -14465157 or 8079139. OLE color: 8079139.

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

Color convert

RGB3571123-
CMYK0.720.4200.52
HSL215.45º55.7%30.98%-
HSV(B)215.45º71.54%48.24%-
XYZ6.526.2919.61-
YUV66.16160.07105.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.28%
GREEN value IS 71 (28.12% from 255) = 31.00%
BLUE value IS 123 (48.44% from 255) = 53.71%
R=15.28%
G=31.00%
B=53.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35711230.720.4200.52215.4555.730.98
Hex23477B482A034d7381f
Octal43107173110520643277037
Binary10001110001111111011100100010101001101001101011111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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