Html Css Color HEX #213251 Bunting

📋 copy color: '#213251'

red 33 ◦ green 50 ◦ blue 81

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

Shades of Bunting #213251

Tints of Bunting #213251

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.49%

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

R = 20.12%
G = 30.49%
B = 49.39%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#213251 (or 0x213251) is known color: Bunting. HEX triplet: 21, 32 and 51. RGB value is (33,50,81). Sum of RGB (Red+Green+Blue) = 33+50+81=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #213251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213251 is #DECDAE. Grayscale: #303030. Windows color (decimal): -14601647 or 5321249. OLE color: 5321249.

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

Color convert

RGB 33 50 81 -
CMYK 0.59 0.38 0 0.68
HSL 218.75º 0.42% 0.22% -
HSV(B) 218.75º 0.59% 0.32% -
XYZ 3.25 3.2 8.23 -
YUV 48.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 33 50 81 0.59 0.38 0 0.68 218.75 0.42 0.22
Hex 21 32 51 3B 26 0 44 DB 2A 16
Octal 41 62 121 73 46 0 104 333 52 26
Binary 100001 110010 1010001 111011 100110 0 1000100 11011011 101010 10110

Color Harmonies of #213251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213251

Black with #213251

Text Example


Text Example

White with #213251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213251; }

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

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

background-color css

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

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

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

border-color css

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

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

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