#23405E

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

Shades of Regal Blue #23405E

Tints of Regal Blue #23405E

Color information

#23405E (or 0x23405E) is unknown color: approx Regal Blue. HEX triplet: 23, 40 and 5E. RGB value is (35,64,94). Sum of RGB (Red+Green+Blue) = 35+64+94=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #23405E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23405E is #DCBFA1. Grayscale: #3A3A3A. Windows color (decimal): -14466978 or 6176803. OLE color: 6176803.

HSL color Cylindrical-coordinate representation of color #23405E: hue angle of 210.51º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23405E is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB356494-
CMYK0.630.3200.63
HSL210.51º45.74%25.29%-
HSV(B)210.51º62.77%36.86%-
XYZ4.554.8311.28-
YUV58.75147.89111.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.13%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 94 (37.11% from 255) = 48.70%
R=18.13%
G=33.16%
B=48.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3564940.630.3200.63210.5145.7425.29
Hex23405E3F2003Fd32e19
Octal4310013677400773235631
Binary1000111000000101111011111110000001111111101001110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23405E; }

 p { color: rgb(35,64,94); }

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

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

 a { background-color: rgb(35,64,94); }

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

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

 span { border-color: rgb(35,64,94); }

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