Html Css Color HEX #224260 Regal Blue

📋 copy color: '#224260'

red 34 ◦ green 66 ◦ blue 96

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

Shades of Regal Blue #224260

Tints of Regal Blue #224260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 48.98%

R = 17.35%
G = 33.67%
B = 48.98%

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

#224260 (or 0x224260) is known color: Regal Blue. HEX triplet: 22, 42 and 60. RGB value is (34,66,96). Sum of RGB (Red+Green+Blue) = 34+66+96=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #224260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224260 is #DDBD9F. Grayscale: #3B3B3B. Windows color (decimal): -14532000 or 6308386. OLE color: 6308386.

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

Color convert

RGB 34 66 96 -
CMYK 0.65 0.31 0 0.62
HSL 209.03º 0.48% 0.25% -
HSV(B) 209.03º 0.65% 0.38% -
XYZ 4.72 5.08 11.8 -
YUV 59.85 148.4 109.56 -
System Red Green Blue C M Y K H S L
Decimal 34 66 96 0.65 0.31 0 0.62 209.03 0.48 0.25
Hex 22 42 60 41 1F 0 3E D1 30 19
Octal 42 102 140 101 37 0 76 321 60 31
Binary 100010 1000010 1100000 1000001 11111 0 111110 11010001 110000 11001

Color Harmonies of #224260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224260

Black with #224260

Text Example


Text Example

White with #224260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224260; }

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

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

background-color css

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

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

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

border-color css

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

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

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