Html Css Color HEX #33808B Atoll

📋 copy color: '#33808B'

red 51 ◦ green 128 ◦ blue 139

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

Shades of Atoll #33808B

Tints of Atoll #33808B

RGB

 RED value IS 51 (20.31% from 255) = 16.04%

 GREEN value IS 128 (50.39% from 255) = 40.25%

 BLUE value IS 139 (54.69% from 255) = 43.71%

R = 16.04%
G = 40.25%
B = 43.71%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33808B (or 0x33808B) is known color: Atoll. HEX triplet: 33, 80 and 8B. RGB value is (51,128,139). Sum of RGB (Red+Green+Blue) = 51+128+139=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #33808B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33808B is #CC7F74. Grayscale: #6A6A6A. Windows color (decimal): -13401973 or 9142323. OLE color: 9142323.

HSL color Cylindrical-coordinate representation of color #33808B: hue angle of 187.5º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33808B is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 128 139 -
CMYK 0.63 0.08 0 0.45
HSL 187.5º 0.46% 0.37% -
HSV(B) 187.5º 0.63% 0.55% -
XYZ 13.74 18.01 27.18 -
YUV 106.23 146.49 88.61 -
System Red Green Blue C M Y K H S L
Decimal 51 128 139 0.63 0.08 0 0.45 187.5 0.46 0.37
Hex 33 80 8B 3F 8 0 2D BC 2E 25
Octal 63 200 213 77 10 0 55 274 56 45
Binary 110011 10000000 10001011 111111 1000 0 101101 10111100 101110 100101

Color Harmonies of #33808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33808B

Black with #33808B

Text Example


Text Example

White with #33808B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33808B; }

 p { color: rgb(51,128,139); }

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

background-color css

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

 a { background-color: rgb(51,128,139); }

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

border-color css

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

 span { border-color: rgb(51,128,139); }

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