#223F5E

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

Shades of Regal Blue #223F5E

Tints of Regal Blue #223F5E

Color information

#223F5E (or 0x223F5E) is unknown color: approx Regal Blue. HEX triplet: 22, 3F and 5E. RGB value is (34,63,94). Sum of RGB (Red+Green+Blue) = 34+63+94=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 94 - color contains mainly: blue. Hex color #223F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223F5E is #DDC0A1. Grayscale: #393939. Windows color (decimal): -14532770 or 6176546. OLE color: 6176546.

HSL color Cylindrical-coordinate representation of color #223F5E: hue angle of 211º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #223F5E is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB346394-
CMYK0.640.3300.63
HSL211º46.87%25.1%-
HSV(B)211º63.83%36.86%-
XYZ4.464.711.26-
YUV57.86148.39110.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.80%
GREEN value IS 63 (25% from 255) = 32.98%
BLUE value IS 94 (37.11% from 255) = 49.21%
R=17.80%
G=32.98%
B=49.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3463940.640.3300.6321146.8725.1
Hex223F5E402103Fd32f19
Octal4277136100410773235731
Binary1000101111111011110100000010000101111111101001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,63,94); }

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

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

 a { background-color: rgb(34,63,94); }

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

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

 span { border-color: rgb(34,63,94); }

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