#234159

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

Shades of Regal Blue #234159

Tints of Regal Blue #234159

Color information

#234159 (or 0x234159) is unknown color: approx Regal Blue. HEX triplet: 23, 41 and 59. RGB value is (35,65,89). Sum of RGB (Red+Green+Blue) = 35+65+89=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #234159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234159 is #DCBEA6. Grayscale: #3A3A3A. Windows color (decimal): -14466727 or 5849379. OLE color: 5849379.

HSL color Cylindrical-coordinate representation of color #234159: hue angle of 206.67º 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 #234159 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB356589-
CMYK0.610.2700.65
HSL206.67º43.55%24.31%-
HSV(B)206.67º60.67%34.9%-
XYZ4.394.8610.16-
YUV58.77145.06111.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.52%
GREEN value IS 65 (25.78% from 255) = 34.39%
BLUE value IS 89 (35.16% from 255) = 47.09%
R=18.52%
G=34.39%
B=47.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3565890.610.2700.65206.6743.5524.31
Hex2341593D1B041cf2c18
Octal43101131753301013175430
Binary1000111000001101100111110111011010000011100111110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234159; }

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

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

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

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

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

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

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

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