#23458E

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

Shades of Fun Blue #23458E

Tints of Fun Blue #23458E

Color information

#23458E (or 0x23458E) is unknown color: approx Fun Blue. HEX triplet: 23, 45 and 8E. RGB value is (35,69,142). Sum of RGB (Red+Green+Blue) = 35+69+142=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 142 (55.86% from 255 or 57.72% from 246); Max value from RGB is 142 - color contains mainly: blue. Hex color #23458E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23458E is #DCBA71. Grayscale: #424242. Windows color (decimal): -14465650 or 9323811. OLE color: 9323811.

HSL color Cylindrical-coordinate representation of color #23458E: hue angle of 220.93º 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 #23458E is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3569142-
CMYK0.750.5100.44
HSL220.93º60.45%34.71%-
HSV(B)220.93º75.35%55.69%-
XYZ7.76.5726.45-
YUV67.16170.24105.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.23%
GREEN value IS 69 (27.34% from 255) = 28.05%
BLUE value IS 142 (55.86% from 255) = 57.72%
R=14.23%
G=28.05%
B=57.72%

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
Decimal35691420.750.5100.44220.9360.4534.71
Hex23458E4B3302Cdd3c23
Octal43105216113630543357443
Binary1000111000101100011101001011110011010110011011101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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