#234257

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

Shades of Regal Blue #234257

Tints of Regal Blue #234257

Color information

#234257 (or 0x234257) is unknown color: approx Regal Blue. HEX triplet: 23, 42 and 57. RGB value is (35,66,87). Sum of RGB (Red+Green+Blue) = 35+66+87=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 87 - color contains mainly: blue. Hex color #234257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234257 is #DCBDA8. Grayscale: #3B3B3B. Windows color (decimal): -14466473 or 5718563. OLE color: 5718563.

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

Color convert

RGB356687-
CMYK0.600.2400.66
HSL204.23º42.62%23.92%-
HSV(B)204.23º59.77%34.12%-
XYZ4.364.949.74-
YUV59.12143.73110.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.62%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 87 (34.38% from 255) = 46.28%
R=18.62%
G=35.11%
B=46.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3566870.600.2400.66204.2342.6223.92
Hex2342573C18042cc2b18
Octal43102127743001023145330
Binary1000111000010101011111110011000010000101100110010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234257; }

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

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

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

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

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

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

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

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