Html Css Color HEX #214161 Regal Blue

📋 copy color: '#214161'

red 33 ◦ green 65 ◦ blue 97

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

Shades of Regal Blue #214161

Tints of Regal Blue #214161

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.33%

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

R = 16.92%
G = 33.33%
B = 49.74%

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

#214161 (or 0x214161) is known color: Regal Blue. HEX triplet: 21, 41 and 61. RGB value is (33,65,97). Sum of RGB (Red+Green+Blue) = 33+65+97=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #214161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214161 is #DEBE9E. Grayscale: #3A3A3A. Windows color (decimal): -14597791 or 6373665. OLE color: 6373665.

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

Color convert

RGB 33 65 97 -
CMYK 0.66 0.33 0 0.62
HSL 210º 0.49% 0.25% -
HSV(B) 210º 0.66% 0.38% -
XYZ 4.68 4.97 12.02 -
YUV 59.08 149.4 109.4 -
System Red Green Blue C M Y K H S L
Decimal 33 65 97 0.66 0.33 0 0.62 210 0.49 0.25
Hex 21 41 61 42 21 0 3E D2 31 19
Octal 41 101 141 102 41 0 76 322 61 31
Binary 100001 1000001 1100001 1000010 100001 0 111110 11010010 110001 11001

Color Harmonies of #214161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214161

Black with #214161

Text Example


Text Example

White with #214161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214161; }

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

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

background-color css

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

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

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

border-color css

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

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

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