Html Css Color HEX #218385 Atoll

📋 copy color: '#218385'

red 33 ◦ green 131 ◦ blue 133

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

Shades of Atoll #218385

Tints of Atoll #218385

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.11%

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

R = 11.11%
G = 44.11%
B = 44.78%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#218385 (or 0x218385) is known color: Atoll. HEX triplet: 21, 83 and 85. RGB value is (33,131,133). Sum of RGB (Red+Green+Blue) = 33+131+133=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #218385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218385 is #DE7C7A. Grayscale: #656565. Windows color (decimal): -14580859 or 8749857. OLE color: 8749857.

HSL color Cylindrical-coordinate representation of color #218385: hue angle of 181.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 #218385 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 131 133 -
CMYK 0.75 0.02 0 0.48
HSL 181.2º 0.6% 0.33% -
HSV(B) 181.2º 0.75% 0.52% -
XYZ 12.98 18.25 25.03 -
YUV 101.93 145.53 78.84 -
System Red Green Blue C M Y K H S L
Decimal 33 131 133 0.75 0.02 0 0.48 181.2 0.6 0.33
Hex 21 83 85 4B 2 0 30 B5 3C 21
Octal 41 203 205 113 2 0 60 265 74 41
Binary 100001 10000011 10000101 1001011 10 0 110000 10110101 111100 100001

Color Harmonies of #218385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218385

Black with #218385

Text Example


Text Example

White with #218385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218385; }

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

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

background-color css

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

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

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

border-color css

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

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

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