Html Css Color HEX #337B86 Atoll

📋 copy color: '#337B86'

red 51 ◦ green 123 ◦ blue 134

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

Shades of Atoll #337B86

Tints of Atoll #337B86

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.94%

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

R = 16.56%
G = 39.94%
B = 43.51%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#337B86 (or 0x337B86) is known color: Atoll. HEX triplet: 33, 7B and 86. RGB value is (51,123,134). Sum of RGB (Red+Green+Blue) = 51+123+134=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 134 - color contains mainly: blue. Hex color #337B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337B86 is #CC8479. Grayscale: #666666. Windows color (decimal): -13403258 or 8813363. OLE color: 8813363.

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

Color convert

RGB 51 123 134 -
CMYK 0.62 0.08 0 0.47
HSL 187.95º 0.45% 0.36% -
HSV(B) 187.95º 0.62% 0.53% -
XYZ 12.75 16.59 25.08 -
YUV 102.73 145.65 91.11 -
System Red Green Blue C M Y K H S L
Decimal 51 123 134 0.62 0.08 0 0.47 187.95 0.45 0.36
Hex 33 7B 86 3E 8 0 2F BC 2D 24
Octal 63 173 206 76 10 0 57 274 55 44
Binary 110011 1111011 10000110 111110 1000 0 101111 10111100 101101 100100

Color Harmonies of #337B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337B86

Black with #337B86

Text Example


Text Example

White with #337B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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