Html Css Color HEX #337682 Atoll

📋 copy color: '#337682'

red 51 ◦ green 118 ◦ blue 130

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

Shades of Atoll #337682

Tints of Atoll #337682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.46%

 BLUE value IS 130 (51.17% from 255) = 43.48%

R = 17.06%
G = 39.46%
B = 43.48%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#337682 (or 0x337682) is known color: Atoll. HEX triplet: 33, 76 and 82. RGB value is (51,118,130). Sum of RGB (Red+Green+Blue) = 51+118+130=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #337682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337682 is #CC897D. Grayscale: #636363. Windows color (decimal): -13404542 or 8549939. OLE color: 8549939.

HSL color Cylindrical-coordinate representation of color #337682: hue angle of 189.11º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #337682 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 118 130 -
CMYK 0.61 0.09 0 0.49
HSL 189.11º 0.44% 0.35% -
HSV(B) 189.11º 0.61% 0.51% -
XYZ 11.87 15.27 23.44 -
YUV 99.34 145.3 93.52 -
System Red Green Blue C M Y K H S L
Decimal 51 118 130 0.61 0.09 0 0.49 189.11 0.44 0.35
Hex 33 76 82 3D 9 0 31 BD 2C 23
Octal 63 166 202 75 11 0 61 275 54 43
Binary 110011 1110110 10000010 111101 1001 0 110001 10111101 101100 100011

Color Harmonies of #337682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337682

Black with #337682

Text Example


Text Example

White with #337682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337682; }

 p { color: rgb(51,118,130); }

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

background-color css

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

 a { background-color: rgb(51,118,130); }

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

border-color css

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

 span { border-color: rgb(51,118,130); }

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