Html Css Color HEX #224055 Regal Blue

📋 copy color: '#224055'

red 34 ◦ green 64 ◦ blue 85

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

Shades of Regal Blue #224055

Tints of Regal Blue #224055

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.97%

 BLUE value IS 85 (33.59% from 255) = 46.45%

R = 18.58%
G = 34.97%
B = 46.45%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#224055 (or 0x224055) is known color: Regal Blue. HEX triplet: 22, 40 and 55. RGB value is (34,64,85). Sum of RGB (Red+Green+Blue) = 34+64+85=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #224055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224055 is #DDBFAA. Grayscale: #393939. Windows color (decimal): -14532523 or 5586978. OLE color: 5586978.

HSL color Cylindrical-coordinate representation of color #224055: hue angle of 204.71º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #224055 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 64 85 -
CMYK 0.60 0.25 0 0.67
HSL 204.71º 0.43% 0.23% -
HSV(B) 204.71º 0.6% 0.33% -
XYZ 4.13 4.66 9.28 -
YUV 57.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 34 64 85 0.60 0.25 0 0.67 204.71 0.43 0.23
Hex 22 40 55 3C 19 0 43 CD 2B 17
Octal 42 100 125 74 31 0 103 315 53 27
Binary 100010 1000000 1010101 111100 11001 0 1000011 11001101 101011 10111

Color Harmonies of #224055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224055

Black with #224055

Text Example


Text Example

White with #224055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224055; }

 p { color: rgb(34,64,85); }

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

background-color css

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

 a { background-color: rgb(34,64,85); }

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

border-color css

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

 span { border-color: rgb(34,64,85); }

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