#23425E

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

Shades of Regal Blue #23425E

Tints of Regal Blue #23425E

Color information

#23425E (or 0x23425E) is unknown color: approx Regal Blue. HEX triplet: 23, 42 and 5E. RGB value is (35,66,94). Sum of RGB (Red+Green+Blue) = 35+66+94=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #23425E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23425E is #DCBDA1. Grayscale: #3B3B3B. Windows color (decimal): -14466466 or 6177315. OLE color: 6177315.

HSL color Cylindrical-coordinate representation of color #23425E: hue angle of 208.47º 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 #23425E is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB356694-
CMYK0.630.3000.63
HSL208.47º45.74%25.29%-
HSV(B)208.47º62.77%36.86%-
XYZ4.665.0611.32-
YUV59.92147.23110.22-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.95%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 94 (37.11% from 255) = 48.21%
R=17.95%
G=33.85%
B=48.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3566940.630.3000.63208.4745.7425.29
Hex23425E3F1E03Fd02e19
Octal4310213677360773205631
Binary100011100001010111101111111111001111111101000010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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