Html Css Color HEX #217883 Atoll

📋 copy color: '#217883'

red 33 ◦ green 120 ◦ blue 131

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

Shades of Atoll #217883

Tints of Atoll #217883

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.25%

 BLUE value IS 131 (51.56% from 255) = 46.13%

R = 11.62%
G = 42.25%
B = 46.13%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#217883 (or 0x217883) is known color: Atoll. HEX triplet: 21, 78 and 83. RGB value is (33,120,131). Sum of RGB (Red+Green+Blue) = 33+120+131=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #217883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217883 is #DE877C. Grayscale: #5F5F5F. Windows color (decimal): -14583677 or 8615969. OLE color: 8615969.

HSL color Cylindrical-coordinate representation of color #217883: hue angle of 186.73º 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 #217883 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 120 131 -
CMYK 0.75 0.08 0 0.49
HSL 186.73º 0.6% 0.32% -
HSV(B) 186.73º 0.75% 0.51% -
XYZ 11.44 15.39 23.84 -
YUV 95.24 148.18 83.61 -
System Red Green Blue C M Y K H S L
Decimal 33 120 131 0.75 0.08 0 0.49 186.73 0.6 0.32
Hex 21 78 83 4B 8 0 31 BB 3C 20
Octal 41 170 203 113 10 0 61 273 74 40
Binary 100001 1111000 10000011 1001011 1000 0 110001 10111011 111100 100000

Color Harmonies of #217883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217883

Black with #217883

Text Example


Text Example

White with #217883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217883; }

 p { color: rgb(33,120,131); }

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

background-color css

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

 a { background-color: rgb(33,120,131); }

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

border-color css

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

 span { border-color: rgb(33,120,131); }

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