Html Css Color HEX #338081 Atoll

📋 copy color: '#338081'

red 51 ◦ green 128 ◦ blue 129

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

Shades of Atoll #338081

Tints of Atoll #338081

RGB

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

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

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

R = 16.56%
G = 41.56%
B = 41.88%

CMYK

 C value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#338081 (or 0x338081) is known color: Atoll. HEX triplet: 33, 80 and 81. RGB value is (51,128,129). Sum of RGB (Red+Green+Blue) = 51+128+129=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 129 - color contains mainly: blue. Hex color #338081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338081 is #CC7F7E. Grayscale: #696969. Windows color (decimal): -13401983 or 8486963. OLE color: 8486963.

HSL color Cylindrical-coordinate representation of color #338081: hue angle of 180.77º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #338081 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 128 129 -
CMYK 0.60 0.01 0 0.49
HSL 180.77º 0.43% 0.35% -
HSV(B) 180.77º 0.6% 0.51% -
XYZ 13.05 17.73 23.5 -
YUV 105.09 141.49 89.42 -
System Red Green Blue C M Y K H S L
Decimal 51 128 129 0.60 0.01 0 0.49 180.77 0.43 0.35
Hex 33 80 81 3C 1 0 31 B5 2B 23
Octal 63 200 201 74 1 0 61 265 53 43
Binary 110011 10000000 10000001 111100 1 0 110001 10110101 101011 100011

Color Harmonies of #338081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338081

Black with #338081

Text Example


Text Example

White with #338081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338081; }

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

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

background-color css

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

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

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

border-color css

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

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

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