Html Css Color HEX #224060 Regal Blue

📋 copy color: '#224060'

red 34 ◦ green 64 ◦ blue 96

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

Shades of Regal Blue #224060

Tints of Regal Blue #224060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 49.48%

R = 17.53%
G = 32.99%
B = 49.48%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#224060 (or 0x224060) is known color: Regal Blue. HEX triplet: 22, 40 and 60. RGB value is (34,64,96). Sum of RGB (Red+Green+Blue) = 34+64+96=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #224060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224060 is #DDBF9F. Grayscale: #3A3A3A. Windows color (decimal): -14532512 or 6307874. OLE color: 6307874.

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

Color convert

RGB 34 64 96 -
CMYK 0.65 0.33 0 0.62
HSL 210.97º 0.48% 0.25% -
HSV(B) 210.97º 0.65% 0.38% -
XYZ 4.6 4.85 11.76 -
YUV 58.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 34 64 96 0.65 0.33 0 0.62 210.97 0.48 0.25
Hex 22 40 60 41 21 0 3E D3 30 19
Octal 42 100 140 101 41 0 76 323 60 31
Binary 100010 1000000 1100000 1000001 100001 0 111110 11010011 110000 11001

Color Harmonies of #224060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224060

Black with #224060

Text Example


Text Example

White with #224060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224060; }

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

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

background-color css

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

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

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

border-color css

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

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

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