Html Css Color HEX #217983 Atoll

📋 copy color: '#217983'

red 33 ◦ green 121 ◦ blue 131

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

Shades of Atoll #217983

Tints of Atoll #217983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.46%

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

R = 11.58%
G = 42.46%
B = 45.96%

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

#217983 (or 0x217983) is known color: Atoll. HEX triplet: 21, 79 and 83. RGB value is (33,121,131). Sum of RGB (Red+Green+Blue) = 33+121+131=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #217983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217983 is #DE867C. Grayscale: #5F5F5F. Windows color (decimal): -14583421 or 8616225. OLE color: 8616225.

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

Color convert

RGB 33 121 131 -
CMYK 0.75 0.08 0 0.49
HSL 186.12º 0.6% 0.32% -
HSV(B) 186.12º 0.75% 0.51% -
XYZ 11.56 15.64 23.88 -
YUV 95.83 147.85 83.19 -
System Red Green Blue C M Y K H S L
Decimal 33 121 131 0.75 0.08 0 0.49 186.12 0.6 0.32
Hex 21 79 83 4B 8 0 31 BA 3C 20
Octal 41 171 203 113 10 0 61 272 74 40
Binary 100001 1111001 10000011 1001011 1000 0 110001 10111010 111100 100000

Color Harmonies of #217983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217983

Black with #217983

Text Example


Text Example

White with #217983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217983; }

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

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

background-color css

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

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

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

border-color css

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

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

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