#23425C

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

Shades of Regal Blue #23425C

Tints of Regal Blue #23425C

Color information

#23425C (or 0x23425C) is unknown color: approx Regal Blue. HEX triplet: 23, 42 and 5C. RGB value is (35,66,92). Sum of RGB (Red+Green+Blue) = 35+66+92=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #23425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23425C is #DCBDA3. Grayscale: #3B3B3B. Windows color (decimal): -14466468 or 6046243. OLE color: 6046243.

HSL color Cylindrical-coordinate representation of color #23425C: hue angle of 207.37º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23425C is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB356692-
CMYK0.620.2800.64
HSL207.37º44.88%24.9%-
HSV(B)207.37º61.96%36.08%-
XYZ4.575.0310.85-
YUV59.69146.23110.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.13%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 92 (36.33% from 255) = 47.67%
R=18.13%
G=34.20%
B=47.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3566920.620.2800.64207.3744.8824.9
Hex23425C3E1C040cf2d19
Octal43102134763401003175531
Binary1000111000010101110011111011100010000001100111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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