#23425A

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

Shades of Regal Blue #23425A

Tints of Regal Blue #23425A

Color information

#23425A (or 0x23425A) is unknown color: approx Regal Blue. HEX triplet: 23, 42 and 5A. RGB value is (35,66,90). Sum of RGB (Red+Green+Blue) = 35+66+90=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #23425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23425A is #DCBDA5. Grayscale: #3B3B3B. Windows color (decimal): -14466470 or 5915171. OLE color: 5915171.

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

Color convert

RGB356690-
CMYK0.610.2700.65
HSL206.18º44%24.51%-
HSV(B)206.18º61.11%35.29%-
XYZ4.494.9910.4-
YUV59.47145.23110.55-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.32%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 90 (35.55% from 255) = 47.12%
R=18.32%
G=34.55%
B=47.12%

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
Decimal3566900.610.2700.65206.184424.51
Hex23425A3D1B041ce2c19
Octal43102132753301013165431
Binary1000111000010101101011110111011010000011100111010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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