Html Css Color HEX #338482 Atoll

📋 copy color: '#338482'

red 51 ◦ green 132 ◦ blue 130

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

Shades of Atoll #338482

Tints of Atoll #338482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.17%

 BLUE value IS 130 (51.17% from 255) = 41.53%

R = 16.29%
G = 42.17%
B = 41.53%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#338482 (or 0x338482) is known color: Atoll. HEX triplet: 33, 84 and 82. RGB value is (51,132,130). Sum of RGB (Red+Green+Blue) = 51+132+130=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #338482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338482 is #CC7B7D. Grayscale: #6B6B6B. Windows color (decimal): -13400958 or 8553523. OLE color: 8553523.

HSL color Cylindrical-coordinate representation of color #338482: hue angle of 178.52º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338482 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 132 130 -
CMYK 0.61 0 0.02 0.48
HSL 178.52º 0.44% 0.36% -
HSV(B) 178.52º 0.61% 0.52% -
XYZ 13.65 18.82 24.03 -
YUV 107.55 140.66 87.66 -
System Red Green Blue C M Y K H S L
Decimal 51 132 130 0.61 0 0.02 0.48 178.52 0.44 0.36
Hex 33 84 82 3D 0 2 30 B3 2C 24
Octal 63 204 202 75 0 2 60 263 54 44
Binary 110011 10000100 10000010 111101 0 10 110000 10110011 101100 100100

Color Harmonies of #338482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338482

Black with #338482

Text Example


Text Example

White with #338482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338482; }

 p { color: rgb(51,132,130); }

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

background-color css

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

 a { background-color: rgb(51,132,130); }

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

border-color css

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

 span { border-color: rgb(51,132,130); }

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