Html Css Color HEX #337B82 Atoll

📋 copy color: '#337B82'

red 51 ◦ green 123 ◦ blue 130

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

Shades of Atoll #337B82

Tints of Atoll #337B82

RGB

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

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

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

R = 16.78%
G = 40.46%
B = 42.76%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#337B82 (or 0x337B82) is known color: Atoll. HEX triplet: 33, 7B and 82. RGB value is (51,123,130). Sum of RGB (Red+Green+Blue) = 51+123+130=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #337B82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337B82 is #CC847D. Grayscale: #666666. Windows color (decimal): -13403262 or 8551219. OLE color: 8551219.

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

Color convert

RGB 51 123 130 -
CMYK 0.61 0.05 0 0.49
HSL 185.32º 0.44% 0.35% -
HSV(B) 185.32º 0.61% 0.51% -
XYZ 12.48 16.48 23.64 -
YUV 102.27 143.65 91.43 -
System Red Green Blue C M Y K H S L
Decimal 51 123 130 0.61 0.05 0 0.49 185.32 0.44 0.35
Hex 33 7B 82 3D 5 0 31 B9 2C 23
Octal 63 173 202 75 5 0 61 271 54 43
Binary 110011 1111011 10000010 111101 101 0 110001 10111001 101100 100011

Color Harmonies of #337B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337B82

Black with #337B82

Text Example


Text Example

White with #337B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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