#223952

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

Shades of Regal Blue #223952

Tints of Regal Blue #223952

Color information

#223952 (or 0x223952) is unknown color: approx Regal Blue. HEX triplet: 22, 39 and 52. RGB value is (34,57,82). Sum of RGB (Red+Green+Blue) = 34+57+82=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 82 - color contains mainly: blue. Hex color #223952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223952 is #DDC6AD. Grayscale: #343434. Windows color (decimal): -14534318 or 5388578. OLE color: 5388578.

HSL color Cylindrical-coordinate representation of color #223952: hue angle of 211.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #223952 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB345782-
CMYK0.590.3000.68
HSL211.25º41.38%22.75%-
HSV(B)211.25º58.54%32.16%-
XYZ3.653.888.54-
YUV52.97144.38114.47-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.65%
GREEN value IS 57 (22.66% from 255) = 32.95%
BLUE value IS 82 (32.42% from 255) = 47.40%
R=19.65%
G=32.95%
B=47.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3457820.590.3000.68211.2541.3822.75
Hex2239523B1E044d32917
Octal4271122733601043235127
Binary100010111001101001011101111110010001001101001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223952; }

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

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

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

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

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

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

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

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