#23435A

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

Shades of Regal Blue #23435A

Tints of Regal Blue #23435A

Color information

#23435A (or 0x23435A) is unknown color: approx Regal Blue. HEX triplet: 23, 43 and 5A. RGB value is (35,67,90). Sum of RGB (Red+Green+Blue) = 35+67+90=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #23435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23435A is #DCBCA5. Grayscale: #3B3B3B. Windows color (decimal): -14466214 or 5915427. OLE color: 5915427.

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

Color convert

RGB356790-
CMYK0.610.2600.65
HSL205.09º44%24.51%-
HSV(B)205.09º61.11%35.29%-
XYZ4.555.1110.42-
YUV60.05144.9110.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.23%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 90 (35.55% from 255) = 46.88%
R=18.23%
G=34.90%
B=46.88%

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
Decimal3567900.610.2600.65205.094424.51
Hex23435A3D1A041cd2c19
Octal43103132753201013155431
Binary1000111000011101101011110111010010000011100110110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23435A; }

 p { color: rgb(35,67,90); }

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

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

 a { background-color: rgb(35,67,90); }

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

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

 span { border-color: rgb(35,67,90); }

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