Html Css Color HEX #338685 Atoll

📋 copy color: '#338685'

red 51 ◦ green 134 ◦ blue 133

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

Shades of Atoll #338685

Tints of Atoll #338685

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.14%

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

R = 16.04%
G = 42.14%
B = 41.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#338685 (or 0x338685) is known color: Atoll. HEX triplet: 33, 86 and 85. RGB value is (51,134,133). Sum of RGB (Red+Green+Blue) = 51+134+133=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #338685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338685 is #CC797A. Grayscale: #6C6C6C. Windows color (decimal): -13400443 or 8750643. OLE color: 8750643.

HSL color Cylindrical-coordinate representation of color #338685: hue angle of 179.28º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338685 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 134 133 -
CMYK 0.62 0 0.01 0.47
HSL 179.28º 0.45% 0.36% -
HSV(B) 179.28º 0.62% 0.53% -
XYZ 14.12 19.45 25.2 -
YUV 109.07 141.5 86.58 -
System Red Green Blue C M Y K H S L
Decimal 51 134 133 0.62 0 0.01 0.47 179.28 0.45 0.36
Hex 33 86 85 3E 0 1 2F B3 2D 24
Octal 63 206 205 76 0 1 57 263 55 44
Binary 110011 10000110 10000101 111110 0 1 101111 10110011 101101 100100

Color Harmonies of #338685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338685

Black with #338685

Text Example


Text Example

White with #338685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338685; }

 p { color: rgb(51,134,133); }

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

background-color css

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

 a { background-color: rgb(51,134,133); }

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

border-color css

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

 span { border-color: rgb(51,134,133); }

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