#224565

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

Shades of Regal Blue #224565

Tints of Regal Blue #224565

Color information

#224565 (or 0x224565) is unknown color: approx Regal Blue. HEX triplet: 22, 45 and 65. RGB value is (34,69,101). Sum of RGB (Red+Green+Blue) = 34+69+101=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #224565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224565 is #DDBA9A. Grayscale: #3E3E3E. Windows color (decimal): -14531227 or 6636834. OLE color: 6636834.

HSL color Cylindrical-coordinate representation of color #224565: hue angle of 208.66º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #224565 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3469101-
CMYK0.660.3200.60
HSL208.66º49.63%26.47%-
HSV(B)208.66º66.34%39.61%-
XYZ5.145.5413.11-
YUV62.18149.9107.9-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.67%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 101 (39.84% from 255) = 49.51%
R=16.67%
G=33.82%
B=49.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal34691010.660.3200.60208.6649.6326.47
Hex224565422003Cd1321a
Octal42105145102400743216232
Binary10001010001011100101100001010000001111001101000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224565; }

 p { color: rgb(34,69,101); }

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

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

 a { background-color: rgb(34,69,101); }

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

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

 span { border-color: rgb(34,69,101); }

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