#224260

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

Shades of Regal Blue #224260

Tints of Regal Blue #224260

Color information

#224260 (or 0x224260) is unknown color: approx Regal Blue. HEX triplet: 22, 42 and 60. RGB value is (34,66,96). Sum of RGB (Red+Green+Blue) = 34+66+96=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #224260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224260 is #DDBD9F. Grayscale: #3B3B3B. Windows color (decimal): -14532000 or 6308386. OLE color: 6308386.

HSL color Cylindrical-coordinate representation of color #224260: hue angle of 209.03º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #224260 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB346696-
CMYK0.650.3100.62
HSL209.03º47.69%25.49%-
HSV(B)209.03º64.58%37.65%-
XYZ4.725.0811.8-
YUV59.85148.4109.56-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.35%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 96 (37.89% from 255) = 48.98%
R=17.35%
G=33.67%
B=48.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3466960.650.3100.62209.0347.6925.49
Hex224260411F03Ed13019
Octal42102140101370763216031
Binary1000101000010110000010000011111101111101101000111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224260; }

 p { color: rgb(34,66,96); }

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

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

 a { background-color: rgb(34,66,96); }

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

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

 span { border-color: rgb(34,66,96); }

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