Html Css Color HEX #224158 Regal Blue

📋 copy color: '#224158'

red 34 ◦ green 65 ◦ blue 88

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

Shades of Regal Blue #224158

Tints of Regal Blue #224158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.76%

 BLUE value IS 88 (34.77% from 255) = 47.06%

R = 18.18%
G = 34.76%
B = 47.06%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#224158 (or 0x224158) is known color: Regal Blue. HEX triplet: 22, 41 and 58. RGB value is (34,65,88). Sum of RGB (Red+Green+Blue) = 34+65+88=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #224158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224158 is #DDBEA7. Grayscale: #3A3A3A. Windows color (decimal): -14532264 or 5783842. OLE color: 5783842.

HSL color Cylindrical-coordinate representation of color #224158: hue angle of 205.56º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #224158 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 65 88 -
CMYK 0.61 0.26 0 0.65
HSL 205.56º 0.44% 0.24% -
HSV(B) 205.56º 0.61% 0.35% -
XYZ 4.31 4.83 9.94 -
YUV 58.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 34 65 88 0.61 0.26 0 0.65 205.56 0.44 0.24
Hex 22 41 58 3D 1A 0 41 CE 2C 18
Octal 42 101 130 75 32 0 101 316 54 30
Binary 100010 1000001 1011000 111101 11010 0 1000001 11001110 101100 11000

Color Harmonies of #224158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224158

Black with #224158

Text Example


Text Example

White with #224158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224158; }

 p { color: rgb(34,65,88); }

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

background-color css

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

 a { background-color: rgb(34,65,88); }

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

border-color css

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

 span { border-color: rgb(34,65,88); }

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