Html Css Color HEX #224467 Regal Blue

📋 copy color: '#224467'

red 34 ◦ green 68 ◦ blue 103

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

Shades of Regal Blue #224467

Tints of Regal Blue #224467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 50.24%

R = 16.59%
G = 33.17%
B = 50.24%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#224467 (or 0x224467) is known color: Regal Blue. HEX triplet: 22, 44 and 67. RGB value is (34,68,103). Sum of RGB (Red+Green+Blue) = 34+68+103=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #224467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224467 is #DDBB98. Grayscale: #3D3D3D. Windows color (decimal): -14531481 or 6767650. OLE color: 6767650.

HSL color Cylindrical-coordinate representation of color #224467: hue angle of 210.43º 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 #224467 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 34 68 103 -
CMYK 0.67 0.34 0 0.60
HSL 210.43º 0.5% 0.27% -
HSV(B) 210.43º 0.67% 0.4% -
XYZ 5.17 5.45 13.61 -
YUV 61.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 34 68 103 0.67 0.34 0 0.60 210.43 0.5 0.27
Hex 22 44 67 43 22 0 3C D2 32 1B
Octal 42 104 147 103 42 0 74 322 62 33
Binary 100010 1000100 1100111 1000011 100010 0 111100 11010010 110010 11011

Color Harmonies of #224467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224467

Black with #224467

Text Example


Text Example

White with #224467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224467; }

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

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

background-color css

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

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

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

border-color css

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

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

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