Html Css Color HEX #224468 Regal Blue

📋 copy color: '#224468'

red 34 ◦ green 68 ◦ blue 104

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

Shades of Regal Blue #224468

Tints of Regal Blue #224468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.49%

R = 16.5%
G = 33.01%
B = 50.49%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#224468 (or 0x224468) is known color: Regal Blue. HEX triplet: 22, 44 and 68. RGB value is (34,68,104). Sum of RGB (Red+Green+Blue) = 34+68+104=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #224468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224468 is #DDBB97. Grayscale: #3D3D3D. Windows color (decimal): -14531480 or 6833186. OLE color: 6833186.

HSL color Cylindrical-coordinate representation of color #224468: hue angle of 210.86º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #224468 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 34 68 104 -
CMYK 0.67 0.35 0 0.59
HSL 210.86º 0.51% 0.27% -
HSV(B) 210.86º 0.67% 0.41% -
XYZ 5.23 5.47 13.88 -
YUV 61.94 151.74 108.07 -
System Red Green Blue C M Y K H S L
Decimal 34 68 104 0.67 0.35 0 0.59 210.86 0.51 0.27
Hex 22 44 68 43 23 0 3B D3 33 1B
Octal 42 104 150 103 43 0 73 323 63 33
Binary 100010 1000100 1101000 1000011 100011 0 111011 11010011 110011 11011

Color Harmonies of #224468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224468

Black with #224468

Text Example


Text Example

White with #224468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224468; }

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

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

background-color css

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

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

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

border-color css

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

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

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