Html Css Color HEX #217985 Atoll

📋 copy color: '#217985'

red 33 ◦ green 121 ◦ blue 133

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

Shades of Atoll #217985

Tints of Atoll #217985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.34%

R = 11.5%
G = 42.16%
B = 46.34%

CMYK

 C value IS 0.75

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#217985 (or 0x217985) is known color: Atoll. HEX triplet: 21, 79 and 85. RGB value is (33,121,133). Sum of RGB (Red+Green+Blue) = 33+121+133=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #217985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217985 is #DE867A. Grayscale: #5F5F5F. Windows color (decimal): -14583419 or 8747297. OLE color: 8747297.

HSL color Cylindrical-coordinate representation of color #217985: hue angle of 187.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #217985 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 121 133 -
CMYK 0.75 0.09 0 0.48
HSL 187.2º 0.6% 0.33% -
HSV(B) 187.2º 0.75% 0.52% -
XYZ 11.7 15.69 24.6 -
YUV 96.06 148.85 83.02 -
System Red Green Blue C M Y K H S L
Decimal 33 121 133 0.75 0.09 0 0.48 187.2 0.6 0.33
Hex 21 79 85 4B 9 0 30 BB 3C 21
Octal 41 171 205 113 11 0 60 273 74 41
Binary 100001 1111001 10000101 1001011 1001 0 110000 10111011 111100 100001

Color Harmonies of #217985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217985

Black with #217985

Text Example


Text Example

White with #217985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217985; }

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

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

background-color css

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

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

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

border-color css

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

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

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