#23468B

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

Shades of Fun Blue #23468B

Tints of Fun Blue #23468B

Color information

#23468B (or 0x23468B) is unknown color: approx Fun Blue. HEX triplet: 23, 46 and 8B. RGB value is (35,70,139). Sum of RGB (Red+Green+Blue) = 35+70+139=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #23468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23468B is #DCB974. Grayscale: #434343. Windows color (decimal): -14465397 or 9127459. OLE color: 9127459.

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

Color convert

RGB3570139-
CMYK0.750.5000.45
HSL219.81º59.77%34.12%-
HSV(B)219.81º74.82%54.51%-
XYZ7.546.625.3-
YUV67.4168.4104.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.34%
GREEN value IS 70 (27.73% from 255) = 28.69%
BLUE value IS 139 (54.69% from 255) = 56.97%
R=14.34%
G=28.69%
B=56.97%

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
Decimal35701390.750.5000.45219.8159.7734.12
Hex23468B4B3202Ddc3c22
Octal43106213113620553347442
Binary1000111000110100010111001011110010010110111011100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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