#23467B

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

Shades of Fun Blue #23467B

Tints of Fun Blue #23467B

Color information

#23467B (or 0x23467B) is unknown color: approx Fun Blue. HEX triplet: 23, 46 and 7B. RGB value is (35,70,123). Sum of RGB (Red+Green+Blue) = 35+70+123=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #23467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23467B is #DCB984. Grayscale: #414141. Windows color (decimal): -14465413 or 8078883. OLE color: 8078883.

HSL color Cylindrical-coordinate representation of color #23467B: hue angle of 216.14º 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 #23467B is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3570123-
CMYK0.720.4300.52
HSL216.14º55.7%30.98%-
HSV(B)216.14º71.54%48.24%-
XYZ6.466.1719.59-
YUV65.58160.4106.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.35%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 123 (48.44% from 255) = 53.95%
R=15.35%
G=30.70%
B=53.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35701230.720.4300.52216.1455.730.98
Hex23467B482B034d8381f
Octal43106173110530643307037
Binary10001110001101111011100100010101101101001101100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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