Html Css Color HEX #224463 Regal Blue

📋 copy color: '#224463'

red 34 ◦ green 68 ◦ blue 99

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

Shades of Regal Blue #224463

Tints of Regal Blue #224463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 49.25%

R = 16.92%
G = 33.83%
B = 49.25%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#224463 (or 0x224463) is known color: Regal Blue. HEX triplet: 22, 44 and 63. RGB value is (34,68,99). Sum of RGB (Red+Green+Blue) = 34+68+99=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #224463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224463 is #DDBB9C. Grayscale: #3D3D3D. Windows color (decimal): -14531485 or 6505506. OLE color: 6505506.

HSL color Cylindrical-coordinate representation of color #224463: hue angle of 208.62º 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 #224463 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 34 68 99 -
CMYK 0.66 0.31 0 0.61
HSL 208.62º 0.49% 0.26% -
HSV(B) 208.62º 0.66% 0.39% -
XYZ 4.98 5.38 12.58 -
YUV 61.37 149.24 108.48 -
System Red Green Blue C M Y K H S L
Decimal 34 68 99 0.66 0.31 0 0.61 208.62 0.49 0.26
Hex 22 44 63 42 1F 0 3D D1 31 1A
Octal 42 104 143 102 37 0 75 321 61 32
Binary 100010 1000100 1100011 1000010 11111 0 111101 11010001 110001 11010

Color Harmonies of #224463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224463

Black with #224463

Text Example


Text Example

White with #224463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224463; }

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

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

background-color css

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

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

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

border-color css

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

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

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