Html Css Color HEX #224361 Regal Blue

📋 copy color: '#224361'

red 34 ◦ green 67 ◦ blue 97

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

Shades of Regal Blue #224361

Tints of Regal Blue #224361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.84%

 BLUE value IS 97 (38.28% from 255) = 48.99%

R = 17.17%
G = 33.84%
B = 48.99%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#224361 (or 0x224361) is known color: Regal Blue. HEX triplet: 22, 43 and 61. RGB value is (34,67,97). Sum of RGB (Red+Green+Blue) = 34+67+97=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #224361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224361 is #DDBC9E. Grayscale: #3C3C3C. Windows color (decimal): -14531743 or 6374178. OLE color: 6374178.

HSL color Cylindrical-coordinate representation of color #224361: hue angle of 208.57º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #224361 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 34 67 97 -
CMYK 0.65 0.31 0 0.62
HSL 208.57º 0.48% 0.26% -
HSV(B) 208.57º 0.65% 0.38% -
XYZ 4.82 5.22 12.06 -
YUV 60.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 34 67 97 0.65 0.31 0 0.62 208.57 0.48 0.26
Hex 22 43 61 41 1F 0 3E D1 30 1A
Octal 42 103 141 101 37 0 76 321 60 32
Binary 100010 1000011 1100001 1000001 11111 0 111110 11010001 110000 11010

Color Harmonies of #224361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224361

Black with #224361

Text Example


Text Example

White with #224361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224361; }

 p { color: rgb(34,67,97); }

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

background-color css

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

 a { background-color: rgb(34,67,97); }

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

border-color css

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

 span { border-color: rgb(34,67,97); }

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