Html Css Color HEX #213851 Regal Blue

📋 copy color: '#213851'

red 33 ◦ green 56 ◦ blue 81

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

Shades of Regal Blue #213851

Tints of Regal Blue #213851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 47.65%

R = 19.41%
G = 32.94%
B = 47.65%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#213851 (or 0x213851) is known color: Regal Blue. HEX triplet: 21, 38 and 51. RGB value is (33,56,81). Sum of RGB (Red+Green+Blue) = 33+56+81=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 81 - color contains mainly: blue. Hex color #213851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213851 is #DEC7AE. Grayscale: #333333. Windows color (decimal): -14600111 or 5322785. OLE color: 5322785.

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

Color convert

RGB 33 56 81 -
CMYK 0.59 0.31 0 0.68
HSL 211.25º 0.42% 0.22% -
HSV(B) 211.25º 0.59% 0.32% -
XYZ 3.53 3.75 8.32 -
YUV 51.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 33 56 81 0.59 0.31 0 0.68 211.25 0.42 0.22
Hex 21 38 51 3B 1F 0 44 D3 2A 16
Octal 41 70 121 73 37 0 104 323 52 26
Binary 100001 111000 1010001 111011 11111 0 1000100 11010011 101010 10110

Color Harmonies of #213851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213851

Black with #213851

Text Example


Text Example

White with #213851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213851; }

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

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

background-color css

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

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

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

border-color css

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

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

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