#23468E

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

Shades of Fun Blue #23468E

Tints of Fun Blue #23468E

Color information

#23468E (or 0x23468E) is unknown color: approx Fun Blue. HEX triplet: 23, 46 and 8E. RGB value is (35,70,142). Sum of RGB (Red+Green+Blue) = 35+70+142=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #23468E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23468E is #DCB971. Grayscale: #434343. Windows color (decimal): -14465394 or 9324067. OLE color: 9324067.

HSL color Cylindrical-coordinate representation of color #23468E: hue angle of 220.37º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23468E is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3570142-
CMYK0.750.5100.44
HSL220.37º60.45%34.71%-
HSV(B)220.37º75.35%55.69%-
XYZ7.776.6926.47-
YUV67.74169.9104.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.17%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 142 (55.86% from 255) = 57.49%
R=14.17%
G=28.34%
B=57.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal35701420.750.5100.44220.3760.4534.71
Hex23468E4B3302Cdc3c23
Octal43106216113630543347443
Binary1000111000110100011101001011110011010110011011100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23468E; }

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

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

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

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

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

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

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

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