Html Css Color HEX #224157 Regal Blue

📋 copy color: '#224157'

red 34 ◦ green 65 ◦ blue 87

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

Shades of Regal Blue #224157

Tints of Regal Blue #224157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 46.77%

R = 18.28%
G = 34.95%
B = 46.77%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#224157 (or 0x224157) is known color: Regal Blue. HEX triplet: 22, 41 and 57. RGB value is (34,65,87). Sum of RGB (Red+Green+Blue) = 34+65+87=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #224157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224157 is #DDBEA8. Grayscale: #3A3A3A. Windows color (decimal): -14532265 or 5718306. OLE color: 5718306.

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

Color convert

RGB 34 65 87 -
CMYK 0.61 0.25 0 0.66
HSL 204.91º 0.44% 0.24% -
HSV(B) 204.91º 0.61% 0.34% -
XYZ 4.27 4.81 9.72 -
YUV 58.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 34 65 87 0.61 0.25 0 0.66 204.91 0.44 0.24
Hex 22 41 57 3D 19 0 42 CD 2C 18
Octal 42 101 127 75 31 0 102 315 54 30
Binary 100010 1000001 1010111 111101 11001 0 1000010 11001101 101100 11000

Color Harmonies of #224157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224157

Black with #224157

Text Example


Text Example

White with #224157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224157; }

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

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

background-color css

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

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

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

border-color css

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

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

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