Html Css Color HEX #224568 Regal Blue

📋 copy color: '#224568'

red 34 ◦ green 69 ◦ blue 104

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

Shades of Regal Blue #224568

Tints of Regal Blue #224568

RGB

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

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

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

R = 16.43%
G = 33.33%
B = 50.24%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#224568 (or 0x224568) is known color: Regal Blue. HEX triplet: 22, 45 and 68. RGB value is (34,69,104). Sum of RGB (Red+Green+Blue) = 34+69+104=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #224568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224568 is #DDBA97. Grayscale: #3E3E3E. Windows color (decimal): -14531224 or 6833442. OLE color: 6833442.

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

Color convert

RGB 34 69 104 -
CMYK 0.67 0.34 0 0.59
HSL 210º 0.51% 0.27% -
HSV(B) 210º 0.67% 0.41% -
XYZ 5.29 5.6 13.9 -
YUV 62.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 34 69 104 0.67 0.34 0 0.59 210 0.51 0.27
Hex 22 45 68 43 22 0 3B D2 33 1B
Octal 42 105 150 103 42 0 73 322 63 33
Binary 100010 1000101 1101000 1000011 100010 0 111011 11010010 110011 11011

Color Harmonies of #224568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224568

Black with #224568

Text Example


Text Example

White with #224568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224568; }

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

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

background-color css

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

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

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

border-color css

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

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

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