Html Css Color HEX #224262 Regal Blue

📋 copy color: '#224262'

red 34 ◦ green 66 ◦ blue 98

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

Shades of Regal Blue #224262

Tints of Regal Blue #224262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 49.49%

R = 17.17%
G = 33.33%
B = 49.49%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#224262 (or 0x224262) is known color: Regal Blue. HEX triplet: 22, 42 and 62. RGB value is (34,66,98). Sum of RGB (Red+Green+Blue) = 34+66+98=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #224262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224262 is #DDBD9D. Grayscale: #3B3B3B. Windows color (decimal): -14531998 or 6439458. OLE color: 6439458.

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

Color convert

RGB 34 66 98 -
CMYK 0.65 0.33 0 0.62
HSL 210º 0.48% 0.26% -
HSV(B) 210º 0.65% 0.38% -
XYZ 4.81 5.12 12.29 -
YUV 60.08 149.4 109.4 -
System Red Green Blue C M Y K H S L
Decimal 34 66 98 0.65 0.33 0 0.62 210 0.48 0.26
Hex 22 42 62 41 21 0 3E D2 30 1A
Octal 42 102 142 101 41 0 76 322 60 32
Binary 100010 1000010 1100010 1000001 100001 0 111110 11010010 110000 11010

Color Harmonies of #224262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224262

Black with #224262

Text Example


Text Example

White with #224262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224262; }

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

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

background-color css

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

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

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

border-color css

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

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

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