Html Css Color HEX #224258 Regal Blue

📋 copy color: '#224258'

red 34 ◦ green 66 ◦ blue 88

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

Shades of Regal Blue #224258

Tints of Regal Blue #224258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.11%

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

R = 18.09%
G = 35.11%
B = 46.81%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#224258 (or 0x224258) is known color: Regal Blue. HEX triplet: 22, 42 and 58. RGB value is (34,66,88). Sum of RGB (Red+Green+Blue) = 34+66+88=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #224258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224258 is #DDBDA7. Grayscale: #3A3A3A. Windows color (decimal): -14532008 or 5784098. OLE color: 5784098.

HSL color Cylindrical-coordinate representation of color #224258: hue angle of 204.44º 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 #224258 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 66 88 -
CMYK 0.61 0.25 0 0.65
HSL 204.44º 0.44% 0.24% -
HSV(B) 204.44º 0.61% 0.35% -
XYZ 4.37 4.94 9.96 -
YUV 58.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 34 66 88 0.61 0.25 0 0.65 204.44 0.44 0.24
Hex 22 42 58 3D 19 0 41 CC 2C 18
Octal 42 102 130 75 31 0 101 314 54 30
Binary 100010 1000010 1011000 111101 11001 0 1000001 11001100 101100 11000

Color Harmonies of #224258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224258

Black with #224258

Text Example


Text Example

White with #224258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224258; }

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

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

background-color css

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

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

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

border-color css

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

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

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