Html Css Color HEX #338481 Atoll

📋 copy color: '#338481'

red 51 ◦ green 132 ◦ blue 129

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

Shades of Atoll #338481

Tints of Atoll #338481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.35%

R = 16.35%
G = 42.31%
B = 41.35%

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

#338481 (or 0x338481) is known color: Atoll. HEX triplet: 33, 84 and 81. RGB value is (51,132,129). Sum of RGB (Red+Green+Blue) = 51+132+129=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #338481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338481 is #CC7B7E. Grayscale: #6B6B6B. Windows color (decimal): -13400959 or 8487987. OLE color: 8487987.

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

Color convert

RGB 51 132 129 -
CMYK 0.61 0 0.02 0.48
HSL 177.78º 0.44% 0.36% -
HSV(B) 177.78º 0.61% 0.52% -
XYZ 13.58 18.79 23.68 -
YUV 107.44 140.16 87.74 -
System Red Green Blue C M Y K H S L
Decimal 51 132 129 0.61 0 0.02 0.48 177.78 0.44 0.36
Hex 33 84 81 3D 0 2 30 B2 2C 24
Octal 63 204 201 75 0 2 60 262 54 44
Binary 110011 10000100 10000001 111101 0 10 110000 10110010 101100 100100

Color Harmonies of #338481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338481

Black with #338481

Text Example


Text Example

White with #338481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338481; }

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

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

background-color css

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

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

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

border-color css

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

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

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