Html Css Color HEX #224464 Regal Blue

📋 copy color: '#224464'

red 34 ◦ green 68 ◦ blue 100

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

Shades of Regal Blue #224464

Tints of Regal Blue #224464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.66%

 BLUE value IS 100 (39.45% from 255) = 49.5%

R = 16.83%
G = 33.66%
B = 49.5%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#224464 (or 0x224464) is known color: Regal Blue. HEX triplet: 22, 44 and 64. RGB value is (34,68,100). Sum of RGB (Red+Green+Blue) = 34+68+100=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #224464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224464 is #DDBB9B. Grayscale: #3D3D3D. Windows color (decimal): -14531484 or 6571042. OLE color: 6571042.

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

Color convert

RGB 34 68 100 -
CMYK 0.66 0.32 0 0.61
HSL 209.09º 0.49% 0.26% -
HSV(B) 209.09º 0.66% 0.39% -
XYZ 5.03 5.39 12.83 -
YUV 61.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 34 68 100 0.66 0.32 0 0.61 209.09 0.49 0.26
Hex 22 44 64 42 20 0 3D D1 31 1A
Octal 42 104 144 102 40 0 75 321 61 32
Binary 100010 1000100 1100100 1000010 100000 0 111101 11010001 110001 11010

Color Harmonies of #224464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224464

Black with #224464

Text Example


Text Example

White with #224464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224464; }

 p { color: rgb(34,68,100); }

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

background-color css

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

 a { background-color: rgb(34,68,100); }

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

border-color css

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

 span { border-color: rgb(34,68,100); }

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