#223950

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

Shades of Regal Blue #223950

Tints of Regal Blue #223950

Color information

#223950 (or 0x223950) is unknown color: approx Regal Blue. HEX triplet: 22, 39 and 50. RGB value is (34,57,80). Sum of RGB (Red+Green+Blue) = 34+57+80=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #223950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223950 is #DDC6AF. Grayscale: #343434. Windows color (decimal): -14534320 or 5257506. OLE color: 5257506.

HSL color Cylindrical-coordinate representation of color #223950: hue angle of 210º 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 #223950 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB345780-
CMYK0.580.2900.69
HSL210º40.35%22.35%-
HSV(B)210º57.5%31.37%-
XYZ3.573.858.14-
YUV52.74143.38114.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.88%
GREEN value IS 57 (22.66% from 255) = 33.33%
BLUE value IS 80 (31.64% from 255) = 46.78%
R=19.88%
G=33.33%
B=46.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3457800.580.2900.6921040.3522.35
Hex2239503A1D045d22816
Octal4271120723501053225026
Binary100010111001101000011101011101010001011101001010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223950; }

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

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

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

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

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

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

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

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