#234258

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

Shades of Regal Blue #234258

Tints of Regal Blue #234258

Color information

#234258 (or 0x234258) is unknown color: approx Regal Blue. HEX triplet: 23, 42 and 58. RGB value is (35,66,88). Sum of RGB (Red+Green+Blue) = 35+66+88=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #234258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234258 is #DCBDA7. Grayscale: #3B3B3B. Windows color (decimal): -14466472 or 5784099. OLE color: 5784099.

HSL color Cylindrical-coordinate representation of color #234258: hue angle of 204.91º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #234258 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB356688-
CMYK0.600.2500.65
HSL204.91º43.09%24.12%-
HSV(B)204.91º60.23%34.51%-
XYZ4.44.969.96-
YUV59.24144.23110.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.52%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 88 (34.77% from 255) = 46.56%
R=18.52%
G=34.92%
B=46.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3566880.600.2500.65204.9143.0924.12
Hex2342583C19041cd2b18
Octal43102130743101013155330
Binary1000111000010101100011110011001010000011100110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234258; }

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

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

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

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

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

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

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

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