Html Css Color HEX #224363 Regal Blue

📋 copy color: '#224363'

red 34 ◦ green 67 ◦ blue 99

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

Shades of Regal Blue #224363

Tints of Regal Blue #224363

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.5%

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

R = 17%
G = 33.5%
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

#224363 (or 0x224363) is known color: Regal Blue. HEX triplet: 22, 43 and 63. RGB value is (34,67,99). Sum of RGB (Red+Green+Blue) = 34+67+99=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #224363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224363 is #DDBC9C. Grayscale: #3C3C3C. Windows color (decimal): -14531741 or 6505250. OLE color: 6505250.

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

Color convert

RGB 34 67 99 -
CMYK 0.66 0.32 0 0.61
HSL 209.54º 0.49% 0.26% -
HSV(B) 209.54º 0.66% 0.39% -
XYZ 4.92 5.26 12.56 -
YUV 60.78 149.57 108.9 -
System Red Green Blue C M Y K H S L
Decimal 34 67 99 0.66 0.32 0 0.61 209.54 0.49 0.26
Hex 22 43 63 42 20 0 3D D2 31 1A
Octal 42 103 143 102 40 0 75 322 61 32
Binary 100010 1000011 1100011 1000010 100000 0 111101 11010010 110001 11010

Color Harmonies of #224363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224363

Black with #224363

Text Example


Text Example

White with #224363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224363; }

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

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

background-color css

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

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

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

border-color css

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

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

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