Html Css Color HEX #216C71 Allports

📋 copy color: '#216C71'

red 33 ◦ green 108 ◦ blue 113

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

Shades of Allports #216C71

Tints of Allports #216C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.52%

 BLUE value IS 113 (44.53% from 255) = 44.49%

R = 12.99%
G = 42.52%
B = 44.49%

CMYK

 C value IS 0.71

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#216C71 (or 0x216C71) is known color: Allports. HEX triplet: 21, 6C and 71. RGB value is (33,108,113). Sum of RGB (Red+Green+Blue) = 33+108+113=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #216C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216C71 is #DE938E. Grayscale: #565656. Windows color (decimal): -14586767 or 7433249. OLE color: 7433249.

HSL color Cylindrical-coordinate representation of color #216C71: hue angle of 183.75º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #216C71 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 108 113 -
CMYK 0.71 0.04 0 0.56
HSL 183.75º 0.55% 0.29% -
HSV(B) 183.75º 0.71% 0.44% -
XYZ 8.97 12.24 17.51 -
YUV 86.15 143.15 90.09 -
System Red Green Blue C M Y K H S L
Decimal 33 108 113 0.71 0.04 0 0.56 183.75 0.55 0.29
Hex 21 6C 71 47 4 0 38 B8 37 1D
Octal 41 154 161 107 4 0 70 270 67 35
Binary 100001 1101100 1110001 1000111 100 0 111000 10111000 110111 11101

Color Harmonies of #216C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216C71

Black with #216C71

Text Example


Text Example

White with #216C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216C71; }

 p { color: rgb(33,108,113); }

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

background-color css

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

 a { background-color: rgb(33,108,113); }

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

border-color css

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

 span { border-color: rgb(33,108,113); }

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