#234460

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

Shades of Regal Blue #234460

Tints of Regal Blue #234460

Color information

#234460 (or 0x234460) is unknown color: approx Regal Blue. HEX triplet: 23, 44 and 60. RGB value is (35,68,96). Sum of RGB (Red+Green+Blue) = 35+68+96=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #234460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234460 is #DCBB9F. Grayscale: #3D3D3D. Windows color (decimal): -14465952 or 6308899. OLE color: 6308899.

HSL color Cylindrical-coordinate representation of color #234460: hue angle of 207.54º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #234460 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB356896-
CMYK0.640.2900.62
HSL207.54º46.56%25.69%-
HSV(B)207.54º63.54%37.65%-
XYZ4.875.3411.84-
YUV61.32147.57109.22-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.59%
GREEN value IS 68 (26.95% from 255) = 34.17%
BLUE value IS 96 (37.89% from 255) = 48.24%
R=17.59%
G=34.17%
B=48.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3568960.640.2900.62207.5446.5625.69
Hex234460401D03Ed02f1a
Octal43104140100350763205732
Binary1000111000100110000010000001110101111101101000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234460; }

 p { color: rgb(35,68,96); }

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

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

 a { background-color: rgb(35,68,96); }

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

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

 span { border-color: rgb(35,68,96); }

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