#223850

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

Shades of Regal Blue #223850

Tints of Regal Blue #223850

Color information

#223850 (or 0x223850) is unknown color: approx Regal Blue. HEX triplet: 22, 38 and 50. RGB value is (34,56,80). Sum of RGB (Red+Green+Blue) = 34+56+80=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #223850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223850 is #DDC7AF. Grayscale: #343434. Windows color (decimal): -14534576 or 5257250. OLE color: 5257250.

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

Color convert

RGB345680-
CMYK0.580.3000.69
HSL211.3º40.35%22.35%-
HSV(B)211.3º57.5%31.37%-
XYZ3.523.758.13-
YUV52.16143.71115.05-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20%
GREEN value IS 56 (22.27% from 255) = 32.94%
BLUE value IS 80 (31.64% from 255) = 47.06%
R=20%
G=32.94%
B=47.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3456800.580.3000.69211.340.3522.35
Hex2238503A1E045d32816
Octal4270120723601053235026
Binary100010111000101000011101011110010001011101001110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223850; }

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

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

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

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

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

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

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

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