#223F53

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

Shades of Regal Blue #223F53

Tints of Regal Blue #223F53

Color information

#223F53 (or 0x223F53) is unknown color: approx Regal Blue. HEX triplet: 22, 3F and 53. RGB value is (34,63,83). Sum of RGB (Red+Green+Blue) = 34+63+83=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #223F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223F53 is #DDC0AC. Grayscale: #383838. Windows color (decimal): -14532781 or 5455650. OLE color: 5455650.

HSL color Cylindrical-coordinate representation of color #223F53: hue angle of 204.49º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #223F53 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB346383-
CMYK0.590.2400.67
HSL204.49º41.88%22.94%-
HSV(B)204.49º59.04%32.55%-
XYZ44.528.85-
YUV56.61142.89111.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.89%
GREEN value IS 63 (25% from 255) = 35%
BLUE value IS 83 (32.81% from 255) = 46.11%
R=18.89%
G=35%
B=46.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3463830.590.2400.67204.4941.8822.94
Hex223F533B18043cc2a17
Octal4277123733001033145227
Binary100010111111101001111101111000010000111100110010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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