Html Css Color HEX #214461 Regal Blue

📋 copy color: '#214461'

red 33 ◦ green 68 ◦ blue 97

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

Shades of Regal Blue #214461

Tints of Regal Blue #214461

RGB

 RED value IS 33 (13.28% from 255) = 16.67%

 GREEN value IS 68 (26.95% from 255) = 34.34%

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

R = 16.67%
G = 34.34%
B = 48.99%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#214461 (or 0x214461) is known color: Regal Blue. HEX triplet: 21, 44 and 61. RGB value is (33,68,97). Sum of RGB (Red+Green+Blue) = 33+68+97=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 68 (26.95% from 255 or 34.34% 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 #214461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214461 is #DEBB9E. Grayscale: #3C3C3C. Windows color (decimal): -14597023 or 6374433. OLE color: 6374433.

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

Color convert

RGB 33 68 97 -
CMYK 0.66 0.30 0 0.62
HSL 207.19º 0.49% 0.25% -
HSV(B) 207.19º 0.66% 0.38% -
XYZ 4.85 5.32 12.08 -
YUV 60.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 33 68 97 0.66 0.30 0 0.62 207.19 0.49 0.25
Hex 21 44 61 42 1E 0 3E CF 31 19
Octal 41 104 141 102 36 0 76 317 61 31
Binary 100001 1000100 1100001 1000010 11110 0 111110 11001111 110001 11001

Color Harmonies of #214461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214461

Black with #214461

Text Example


Text Example

White with #214461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214461; }

 p { color: rgb(33,68,97); }

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

background-color css

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

 a { background-color: rgb(33,68,97); }

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

border-color css

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

 span { border-color: rgb(33,68,97); }

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