#216C75

Color #216C75 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #216C75

Tints of Allports #216C75

Color information

#216C75 (or 0x216C75) is unknown color: approx Allports. HEX triplet: 21, 6C and 75. RGB value is (33,108,117). Sum of RGB (Red+Green+Blue) = 33+108+117=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #216C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216C75 is #DE938A. Grayscale: #565656. Windows color (decimal): -14586763 or 7695393. OLE color: 7695393.

HSL color Cylindrical-coordinate representation of color #216C75: hue angle of 186.43º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #216C75 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB33108117-
CMYK0.720.0800.54
HSL186.43º56%29.41%-
HSV(B)186.43º71.79%45.88%-
XYZ9.212.3318.73-
YUV86.6145.1589.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.79%
GREEN value IS 108 (42.58% from 255) = 41.86%
BLUE value IS 117 (46.09% from 255) = 45.35%
R=12.79%
G=41.86%
B=45.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal331081170.720.0800.54186.435629.41
Hex216C75488036ba381d
Octal41154165110100662727035
Binary100001110110011101011001000100001101101011101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #216C75;
 }
 .AnyTagClassName
 {
   color: #216C75;
 }
</style>
background-color css

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

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

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

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

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

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