Html Css Color HEX #217382 Allports

📋 copy color: '#217382'

red 33 ◦ green 115 ◦ blue 130

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

Shades of Allports #217382

Tints of Allports #217382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.37%

 BLUE value IS 130 (51.17% from 255) = 46.76%

R = 11.87%
G = 41.37%
B = 46.76%

CMYK

 C value IS 0.75

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#217382 (or 0x217382) is known color: Allports. HEX triplet: 21, 73 and 82. RGB value is (33,115,130). Sum of RGB (Red+Green+Blue) = 33+115+130=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #217382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217382 is #DE8C7D. Grayscale: #5C5C5C. Windows color (decimal): -14584958 or 8549153. OLE color: 8549153.

HSL color Cylindrical-coordinate representation of color #217382: hue angle of 189.28º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #217382 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 115 130 -
CMYK 0.75 0.12 0 0.49
HSL 189.28º 0.6% 0.32% -
HSV(B) 189.28º 0.75% 0.51% -
XYZ 10.79 14.2 23.29 -
YUV 92.19 149.33 85.78 -
System Red Green Blue C M Y K H S L
Decimal 33 115 130 0.75 0.12 0 0.49 189.28 0.6 0.32
Hex 21 73 82 4B C 0 31 BD 3C 20
Octal 41 163 202 113 14 0 61 275 74 40
Binary 100001 1110011 10000010 1001011 1100 0 110001 10111101 111100 100000

Color Harmonies of #217382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217382

Black with #217382

Text Example


Text Example

White with #217382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217382; }

 p { color: rgb(33,115,130); }

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

background-color css

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

 a { background-color: rgb(33,115,130); }

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

border-color css

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

 span { border-color: rgb(33,115,130); }

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