Html Css Color HEX #337F86 Atoll

📋 copy color: '#337F86'

red 51 ◦ green 127 ◦ blue 134

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

Shades of Atoll #337F86

Tints of Atoll #337F86

RGB

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

 GREEN value IS 127 (50% from 255) = 40.71%

 BLUE value IS 134 (52.73% from 255) = 42.95%

R = 16.35%
G = 40.71%
B = 42.95%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#337F86 (or 0x337F86) is known color: Atoll. HEX triplet: 33, 7F and 86. RGB value is (51,127,134). Sum of RGB (Red+Green+Blue) = 51+127+134=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 134 - color contains mainly: blue. Hex color #337F86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337F86 is #CC8079. Grayscale: #686868. Windows color (decimal): -13402234 or 8814387. OLE color: 8814387.

HSL color Cylindrical-coordinate representation of color #337F86: hue angle of 185.06º 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 #337F86 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 127 134 -
CMYK 0.62 0.05 0 0.47
HSL 185.06º 0.45% 0.36% -
HSV(B) 185.06º 0.62% 0.53% -
XYZ 13.26 17.6 25.25 -
YUV 105.07 144.32 89.43 -
System Red Green Blue C M Y K H S L
Decimal 51 127 134 0.62 0.05 0 0.47 185.06 0.45 0.36
Hex 33 7F 86 3E 5 0 2F B9 2D 24
Octal 63 177 206 76 5 0 57 271 55 44
Binary 110011 1111111 10000110 111110 101 0 101111 10111001 101101 100100

Color Harmonies of #337F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F86

Black with #337F86

Text Example


Text Example

White with #337F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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