Html Css Color HEX #216688 Allports

📋 copy color: '#216688'

red 33 ◦ green 102 ◦ blue 136

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

Shades of Allports #216688

Tints of Allports #216688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.64%

 BLUE value IS 136 (53.52% from 255) = 50.18%

R = 12.18%
G = 37.64%
B = 50.18%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#216688 (or 0x216688) is known color: Allports. HEX triplet: 21, 66 and 88. RGB value is (33,102,136). Sum of RGB (Red+Green+Blue) = 33+102+136=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #216688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216688 is #DE9977. Grayscale: #555555. Windows color (decimal): -14588280 or 8939041. OLE color: 8939041.

HSL color Cylindrical-coordinate representation of color #216688: hue angle of 199.81º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #216688 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 102 136 -
CMYK 0.76 0.25 0 0.47
HSL 199.81º 0.61% 0.33% -
HSV(B) 199.81º 0.76% 0.53% -
XYZ 9.82 11.6 25.01 -
YUV 85.25 156.64 90.74 -
System Red Green Blue C M Y K H S L
Decimal 33 102 136 0.76 0.25 0 0.47 199.81 0.61 0.33
Hex 21 66 88 4C 19 0 2F C8 3D 21
Octal 41 146 210 114 31 0 57 310 75 41
Binary 100001 1100110 10001000 1001100 11001 0 101111 11001000 111101 100001

Color Harmonies of #216688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216688

Black with #216688

Text Example


Text Example

White with #216688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216688; }

 p { color: rgb(33,102,136); }

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

background-color css

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

 a { background-color: rgb(33,102,136); }

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

border-color css

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

 span { border-color: rgb(33,102,136); }

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