#23415A

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

Shades of Regal Blue #23415A

Tints of Regal Blue #23415A

Color information

#23415A (or 0x23415A) is unknown color: approx Regal Blue. HEX triplet: 23, 41 and 5A. RGB value is (35,65,90). Sum of RGB (Red+Green+Blue) = 35+65+90=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #23415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23415A is #DCBEA5. Grayscale: #3A3A3A. Windows color (decimal): -14466726 or 5914915. OLE color: 5914915.

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

Color convert

RGB356590-
CMYK0.610.2800.65
HSL207.27º44%24.51%-
HSV(B)207.27º61.11%35.29%-
XYZ4.434.8810.38-
YUV58.88145.56110.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.42%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 90 (35.55% from 255) = 47.37%
R=18.42%
G=34.21%
B=47.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3565900.610.2800.65207.274424.51
Hex23415A3D1C041cf2c19
Octal43101132753401013175431
Binary1000111000001101101011110111100010000011100111110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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