Html Css Color HEX #213350 Bunting

📋 copy color: '#213350'

red 33 ◦ green 51 ◦ blue 80

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

Shades of Bunting #213350

Tints of Bunting #213350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.1%

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

R = 20.12%
G = 31.1%
B = 48.78%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#213350 (or 0x213350) is known color: Bunting. HEX triplet: 21, 33 and 50. RGB value is (33,51,80). Sum of RGB (Red+Green+Blue) = 33+51+80=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #213350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213350 is #DECCAF. Grayscale: #303030. Windows color (decimal): -14601392 or 5255969. OLE color: 5255969.

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

Color convert

RGB 33 51 80 -
CMYK 0.59 0.36 0 0.69
HSL 217.02º 0.42% 0.22% -
HSV(B) 217.02º 0.59% 0.31% -
XYZ 3.26 3.27 8.05 -
YUV 48.92 145.54 116.64 -
System Red Green Blue C M Y K H S L
Decimal 33 51 80 0.59 0.36 0 0.69 217.02 0.42 0.22
Hex 21 33 50 3B 24 0 45 D9 2A 16
Octal 41 63 120 73 44 0 105 331 52 26
Binary 100001 110011 1010000 111011 100100 0 1000101 11011001 101010 10110

Color Harmonies of #213350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213350

Black with #213350

Text Example


Text Example

White with #213350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213350; }

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

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

background-color css

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

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

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

border-color css

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

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

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