#234259

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

Shades of Regal Blue #234259

Tints of Regal Blue #234259

Color information

#234259 (or 0x234259) is unknown color: approx Regal Blue. HEX triplet: 23, 42 and 59. RGB value is (35,66,89). Sum of RGB (Red+Green+Blue) = 35+66+89=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #234259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234259 is #DCBDA6. Grayscale: #3B3B3B. Windows color (decimal): -14466471 or 5849635. OLE color: 5849635.

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

Color convert

RGB356689-
CMYK0.610.2600.65
HSL205.56º43.55%24.31%-
HSV(B)205.56º60.67%34.9%-
XYZ4.444.9810.18-
YUV59.35144.73110.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.42%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 89 (35.16% from 255) = 46.84%
R=18.42%
G=34.74%
B=46.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3566890.610.2600.65205.5643.5524.31
Hex2342593D1A041ce2c18
Octal43102131753201013165430
Binary1000111000010101100111110111010010000011100111010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234259; }

 p { color: rgb(35,66,89); }

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

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

 a { background-color: rgb(35,66,89); }

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

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

 span { border-color: rgb(35,66,89); }

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