Html Css Color HEX #213850 Regal Blue

📋 copy color: '#213850'

red 33 ◦ green 56 ◦ blue 80

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

Shades of Regal Blue #213850

Tints of Regal Blue #213850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.14%

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

R = 19.53%
G = 33.14%
B = 47.34%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#213850 (or 0x213850) is known color: Regal Blue. HEX triplet: 21, 38 and 50. RGB value is (33,56,80). Sum of RGB (Red+Green+Blue) = 33+56+80=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #213850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213850 is #DEC7AF. Grayscale: #333333. Windows color (decimal): -14600112 or 5257249. OLE color: 5257249.

HSL color Cylindrical-coordinate representation of color #213850: hue angle of 210.64º 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 #213850 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 56 80 -
CMYK 0.59 0.30 0 0.69
HSL 210.64º 0.42% 0.22% -
HSV(B) 210.64º 0.59% 0.31% -
XYZ 3.49 3.73 8.13 -
YUV 51.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 33 56 80 0.59 0.30 0 0.69 210.64 0.42 0.22
Hex 21 38 50 3B 1E 0 45 D3 2A 16
Octal 41 70 120 73 36 0 105 323 52 26
Binary 100001 111000 1010000 111011 11110 0 1000101 11010011 101010 10110

Color Harmonies of #213850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213850

Black with #213850

Text Example


Text Example

White with #213850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213850; }

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

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

background-color css

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

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

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

border-color css

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

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

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