Html Css Color HEX #224566 Regal Blue

📋 copy color: '#224566'

red 34 ◦ green 69 ◦ blue 102

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

Shades of Regal Blue #224566

Tints of Regal Blue #224566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 49.76%

R = 16.59%
G = 33.66%
B = 49.76%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#224566 (or 0x224566) is known color: Regal Blue. HEX triplet: 22, 45 and 66. RGB value is (34,69,102). Sum of RGB (Red+Green+Blue) = 34+69+102=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #224566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224566 is #DDBA99. Grayscale: #3E3E3E. Windows color (decimal): -14531226 or 6702370. OLE color: 6702370.

HSL color Cylindrical-coordinate representation of color #224566: hue angle of 209.12º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #224566 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 34 69 102 -
CMYK 0.67 0.32 0 0.6
HSL 209.12º 0.5% 0.27% -
HSV(B) 209.12º 0.67% 0.4% -
XYZ 5.19 5.56 13.37 -
YUV 62.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 34 69 102 0.67 0.32 0 0.6 209.12 0.5 0.27
Hex 22 45 66 43 20 0 3C D1 32 1B
Octal 42 105 146 103 40 0 74 321 62 33
Binary 100010 1000101 1100110 1000011 100000 0 111100 11010001 110010 11011

Color Harmonies of #224566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224566

Black with #224566

Text Example


Text Example

White with #224566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224566; }

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

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

background-color css

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

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

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

border-color css

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

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

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