#23468c

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

Shades of Fun Blue #23468C

Tints of Fun Blue #23468C

Color information

#23468C (or 0x23468C) is unknown color: approx Fun Blue. HEX triplet: 23, 46 and 8C. RGB value is (35,70,140). Sum of RGB (Red+Green+Blue) = 35+70+140=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #23468C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23468C is #DCB973. Grayscale: #434343. Windows color (decimal): -14465396 or 9192995. OLE color: 9192995.

HSL color Cylindrical-coordinate representation of color #23468C: hue angle of 220º 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 #23468C is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3570140-
CMYK0.750.5000.45
HSL220º60%34.31%-
HSV(B)220º75%54.9%-
XYZ7.626.6325.69-
YUV67.51168.9104.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.29%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 140 (55.08% from 255) = 57.14%
R=14.29%
G=28.57%
B=57.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35701400.750.5000.452206034.31
Hex23468C4B3202Ddc3c22
Octal43106214113620553347442
Binary1000111000110100011001001011110010010110111011100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23468c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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