#234690

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

Shades of Fun Blue #234690

Tints of Fun Blue #234690

Color information

#234690 (or 0x234690) is unknown color: approx Fun Blue. HEX triplet: 23, 46 and 90. RGB value is (35,70,144). Sum of RGB (Red+Green+Blue) = 35+70+144=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #234690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234690 is #DCB96F. Grayscale: #434343. Windows color (decimal): -14465392 or 9455139. OLE color: 9455139.

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

Color convert

RGB3570144-
CMYK0.760.5100.44
HSL220.73º60.89%35.1%-
HSV(B)220.73º75.69%56.47%-
XYZ7.926.7527.27-
YUV67.97170.9104.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.06%
GREEN value IS 70 (27.73% from 255) = 28.11%
BLUE value IS 144 (56.64% from 255) = 57.83%
R=14.06%
G=28.11%
B=57.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal35701440.760.5100.44220.7360.8935.1
Hex2346904C3302Cdd3d23
Octal43106220114630543357543
Binary1000111000110100100001001100110011010110011011101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234690; }

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

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

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

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

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

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

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

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