Html Css Color HEX #214266 Regal Blue

📋 copy color: '#214266'

red 33 ◦ green 66 ◦ blue 102

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

Shades of Regal Blue #214266

Tints of Regal Blue #214266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 50.75%

R = 16.42%
G = 32.84%
B = 50.75%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#214266 (or 0x214266) is known color: Regal Blue. HEX triplet: 21, 42 and 66. RGB value is (33,66,102). Sum of RGB (Red+Green+Blue) = 33+66+102=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #214266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214266 is #DEBD99. Grayscale: #3C3C3C. Windows color (decimal): -14597530 or 6701601. OLE color: 6701601.

HSL color Cylindrical-coordinate representation of color #214266: hue angle of 211.3º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #214266 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 33 66 102 -
CMYK 0.68 0.35 0 0.6
HSL 211.3º 0.51% 0.26% -
HSV(B) 211.3º 0.68% 0.4% -
XYZ 4.97 5.18 13.31 -
YUV 60.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 33 66 102 0.68 0.35 0 0.6 211.3 0.51 0.26
Hex 21 42 66 44 23 0 3C D3 33 1A
Octal 41 102 146 104 43 0 74 323 63 32
Binary 100001 1000010 1100110 1000100 100011 0 111100 11010011 110011 11010

Color Harmonies of #214266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214266

Black with #214266

Text Example


Text Example

White with #214266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214266; }

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

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

background-color css

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

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

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

border-color css

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

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

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