#223A51

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

Shades of Regal Blue #223A51

Tints of Regal Blue #223A51

Color information

#223A51 (or 0x223A51) is unknown color: approx Regal Blue. HEX triplet: 22, 3A and 51. RGB value is (34,58,81). Sum of RGB (Red+Green+Blue) = 34+58+81=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 81 - color contains mainly: blue. Hex color #223A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223A51 is #DDC5AE. Grayscale: #353535. Windows color (decimal): -14534063 or 5323298. OLE color: 5323298.

HSL color Cylindrical-coordinate representation of color #223A51: hue angle of 209.36º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #223A51 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB345881-
CMYK0.580.2800.68
HSL209.36º40.87%22.55%-
HSV(B)209.36º58.02%31.76%-
XYZ3.663.968.36-
YUV53.45143.55114.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.65%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 81 (32.03% from 255) = 46.82%
R=19.65%
G=33.53%
B=46.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3458810.580.2800.68209.3640.8722.55
Hex223A513A1C044d12917
Octal4272121723401043215127
Binary100010111010101000111101011100010001001101000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223A51; }

 p { color: rgb(34,58,81); }

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

<style>
 a { background-color: #223A51; }

 a { background-color: rgb(34,58,81); }

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

<style>
 span { border-color: #223A51; }

 span { border-color: rgb(34,58,81); }

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