Html Css Color HEX #224059 Regal Blue

📋 copy color: '#224059'

red 34 ◦ green 64 ◦ blue 89

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

Shades of Regal Blue #224059

Tints of Regal Blue #224059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.22%

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

R = 18.18%
G = 34.22%
B = 47.59%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#224059 (or 0x224059) is known color: Regal Blue. HEX triplet: 22, 40 and 59. RGB value is (34,64,89). Sum of RGB (Red+Green+Blue) = 34+64+89=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #224059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224059 is #DDBFA6. Grayscale: #393939. Windows color (decimal): -14532519 or 5849122. OLE color: 5849122.

HSL color Cylindrical-coordinate representation of color #224059: hue angle of 207.27º 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 #224059 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 64 89 -
CMYK 0.62 0.28 0 0.65
HSL 207.27º 0.45% 0.24% -
HSV(B) 207.27º 0.62% 0.35% -
XYZ 4.3 4.73 10.14 -
YUV 57.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 34 64 89 0.62 0.28 0 0.65 207.27 0.45 0.24
Hex 22 40 59 3E 1C 0 41 CF 2D 18
Octal 42 100 131 76 34 0 101 317 55 30
Binary 100010 1000000 1011001 111110 11100 0 1000001 11001111 101101 11000

Color Harmonies of #224059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224059

Black with #224059

Text Example


Text Example

White with #224059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224059; }

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

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

background-color css

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

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

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

border-color css

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

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

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