Html Css Color HEX #224259 Regal Blue

📋 copy color: '#224259'

red 34 ◦ green 66 ◦ blue 89

#224259
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #224259

Tints of Regal Blue #224259

RGB

 RED value IS 34 (13.67% from 255) = 17.99%

 GREEN value IS 66 (26.17% from 255) = 34.92%

 BLUE value IS 89 (35.16% from 255) = 47.09%

R = 17.99%
G = 34.92%
B = 47.09%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#224259 (or 0x224259) is known color: Regal Blue. HEX triplet: 22, 42 and 59. RGB value is (34,66,89). Sum of RGB (Red+Green+Blue) = 34+66+89=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #224259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224259 is #DDBDA6. Grayscale: #3A3A3A. Windows color (decimal): -14532007 or 5849634. OLE color: 5849634.

HSL color Cylindrical-coordinate representation of color #224259: hue angle of 205.09º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #224259 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 66 89 -
CMYK 0.62 0.26 0 0.65
HSL 205.09º 0.45% 0.24% -
HSV(B) 205.09º 0.62% 0.35% -
XYZ 4.41 4.96 10.18 -
YUV 59.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 34 66 89 0.62 0.26 0 0.65 205.09 0.45 0.24
Hex 22 42 59 3E 1A 0 41 CD 2D 18
Octal 42 102 131 76 32 0 101 315 55 30
Binary 100010 1000010 1011001 111110 11010 0 1000001 11001101 101101 11000

Color Harmonies of #224259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224259

Black with #224259

Text Example


Text Example

White with #224259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224259; }

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

 H1.HeaderClassName
 {
   color: #224259;
 }
 .AnyTagClassName
 {
   color: #224259;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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