Html Css Color HEX #214261 Regal Blue

📋 copy color: '#214261'

red 33 ◦ green 66 ◦ blue 97

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

Shades of Regal Blue #214261

Tints of Regal Blue #214261

RGB

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

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

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

R = 16.84%
G = 33.67%
B = 49.49%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#214261 (or 0x214261) is known color: Regal Blue. HEX triplet: 21, 42 and 61. RGB value is (33,66,97). Sum of RGB (Red+Green+Blue) = 33+66+97=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #214261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214261 is #DEBD9E. Grayscale: #3B3B3B. Windows color (decimal): -14597535 or 6373921. OLE color: 6373921.

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

Color convert

RGB 33 66 97 -
CMYK 0.66 0.32 0 0.62
HSL 209.06º 0.49% 0.25% -
HSV(B) 209.06º 0.66% 0.38% -
XYZ 4.73 5.08 12.04 -
YUV 59.67 149.07 108.98 -
System Red Green Blue C M Y K H S L
Decimal 33 66 97 0.66 0.32 0 0.62 209.06 0.49 0.25
Hex 21 42 61 42 20 0 3E D1 31 19
Octal 41 102 141 102 40 0 76 321 61 31
Binary 100001 1000010 1100001 1000010 100000 0 111110 11010001 110001 11001

Color Harmonies of #214261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214261

Black with #214261

Text Example


Text Example

White with #214261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214261; }

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

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

background-color css

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

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

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

border-color css

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

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

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