#223A50

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

Shades of Regal Blue #223A50

Tints of Regal Blue #223A50

Color information

#223A50 (or 0x223A50) is unknown color: approx Regal Blue. HEX triplet: 22, 3A and 50. RGB value is (34,58,80). Sum of RGB (Red+Green+Blue) = 34+58+80=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #223A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223A50 is #DDC5AF. Grayscale: #353535. Windows color (decimal): -14534064 or 5257762. OLE color: 5257762.

HSL color Cylindrical-coordinate representation of color #223A50: hue angle of 208.7º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #223A50 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB345880-
CMYK0.580.2800.69
HSL208.7º40.35%22.35%-
HSV(B)208.7º57.5%31.37%-
XYZ3.623.958.16-
YUV53.33143.05114.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.77%
GREEN value IS 58 (23.05% from 255) = 33.72%
BLUE value IS 80 (31.64% from 255) = 46.51%
R=19.77%
G=33.72%
B=46.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3458800.580.2800.69208.740.3522.35
Hex223A503A1C045d12816
Octal4272120723401053215026
Binary100010111010101000011101011100010001011101000110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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