Html Css Color HEX #224564 Regal Blue

📋 copy color: '#224564'

red 34 ◦ green 69 ◦ blue 100

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

Shades of Regal Blue #224564

Tints of Regal Blue #224564

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.99%

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

R = 16.75%
G = 33.99%
B = 49.26%

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

#224564 (or 0x224564) is known color: Regal Blue. HEX triplet: 22, 45 and 64. RGB value is (34,69,100). Sum of RGB (Red+Green+Blue) = 34+69+100=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 100 - color contains mainly: blue. Hex color #224564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224564 is #DDBA9B. Grayscale: #3D3D3D. Windows color (decimal): -14531228 or 6571298. OLE color: 6571298.

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

Color convert

RGB 34 69 100 -
CMYK 0.66 0.31 0 0.61
HSL 208.18º 0.49% 0.26% -
HSV(B) 208.18º 0.66% 0.39% -
XYZ 5.09 5.52 12.85 -
YUV 62.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 34 69 100 0.66 0.31 0 0.61 208.18 0.49 0.26
Hex 22 45 64 42 1F 0 3D D0 31 1A
Octal 42 105 144 102 37 0 75 320 61 32
Binary 100010 1000101 1100100 1000010 11111 0 111101 11010000 110001 11010

Color Harmonies of #224564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224564

Black with #224564

Text Example


Text Example

White with #224564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224564; }

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

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

background-color css

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

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

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

border-color css

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

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

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