Html Css Color HEX #213950 Regal Blue

📋 copy color: '#213950'

red 33 ◦ green 57 ◦ blue 80

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

Shades of Regal Blue #213950

Tints of Regal Blue #213950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.53%

 BLUE value IS 80 (31.64% from 255) = 47.06%

R = 19.41%
G = 33.53%
B = 47.06%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#213950 (or 0x213950) is known color: Regal Blue. HEX triplet: 21, 39 and 50. RGB value is (33,57,80). Sum of RGB (Red+Green+Blue) = 33+57+80=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #213950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213950 is #DEC6AF. Grayscale: #343434. Windows color (decimal): -14599856 or 5257505. OLE color: 5257505.

HSL color Cylindrical-coordinate representation of color #213950: hue angle of 209.36º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #213950 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 57 80 -
CMYK 0.59 0.29 0 0.69
HSL 209.36º 0.42% 0.22% -
HSV(B) 209.36º 0.59% 0.31% -
XYZ 3.54 3.83 8.14 -
YUV 52.45 143.55 114.13 -
System Red Green Blue C M Y K H S L
Decimal 33 57 80 0.59 0.29 0 0.69 209.36 0.42 0.22
Hex 21 39 50 3B 1D 0 45 D1 2A 16
Octal 41 71 120 73 35 0 105 321 52 26
Binary 100001 111001 1010000 111011 11101 0 1000101 11010001 101010 10110

Color Harmonies of #213950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213950

Black with #213950

Text Example


Text Example

White with #213950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213950; }

 p { color: rgb(33,57,80); }

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

background-color css

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

 a { background-color: rgb(33,57,80); }

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

border-color css

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

 span { border-color: rgb(33,57,80); }

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