Html Css Color HEX #214262 Regal Blue

📋 copy color: '#214262'

red 33 ◦ green 66 ◦ blue 98

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

Shades of Regal Blue #214262

Tints of Regal Blue #214262

RGB

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

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

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

R = 16.75%
G = 33.5%
B = 49.75%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#214262 (or 0x214262) is known color: Regal Blue. HEX triplet: 21, 42 and 62. RGB value is (33,66,98). Sum of RGB (Red+Green+Blue) = 33+66+98=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #214262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214262 is #DEBD9D. Grayscale: #3B3B3B. Windows color (decimal): -14597534 or 6439457. OLE color: 6439457.

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

Color convert

RGB 33 66 98 -
CMYK 0.66 0.33 0 0.62
HSL 209.54º 0.5% 0.26% -
HSV(B) 209.54º 0.66% 0.38% -
XYZ 4.78 5.1 12.29 -
YUV 59.78 149.57 108.9 -
System Red Green Blue C M Y K H S L
Decimal 33 66 98 0.66 0.33 0 0.62 209.54 0.5 0.26
Hex 21 42 62 42 21 0 3E D2 32 1A
Octal 41 102 142 102 41 0 76 322 62 32
Binary 100001 1000010 1100010 1000010 100001 0 111110 11010010 110010 11010

Color Harmonies of #214262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214262

Black with #214262

Text Example


Text Example

White with #214262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214262; }

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

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

background-color css

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

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

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

border-color css

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

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

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