Html Css Color HEX #337B7C Atoll

📋 copy color: '#337B7C'

red 51 ◦ green 123 ◦ blue 124

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

Shades of Atoll #337B7C

Tints of Atoll #337B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.61%

R = 17.11%
G = 41.28%
B = 41.61%

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#337B7C (or 0x337B7C) is known color: Atoll. HEX triplet: 33, 7B and 7C. RGB value is (51,123,124). Sum of RGB (Red+Green+Blue) = 51+123+124=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #337B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337B7C is #CC8483. Grayscale: #656565. Windows color (decimal): -13403268 or 8158003. OLE color: 8158003.

HSL color Cylindrical-coordinate representation of color #337B7C: hue angle of 180.82º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337B7C is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 123 124 -
CMYK 0.59 0.01 0 0.51
HSL 180.82º 0.42% 0.34% -
HSV(B) 180.82º 0.59% 0.49% -
XYZ 12.09 16.32 21.58 -
YUV 101.59 140.65 91.92 -
System Red Green Blue C M Y K H S L
Decimal 51 123 124 0.59 0.01 0 0.51 180.82 0.42 0.34
Hex 33 7B 7C 3B 1 0 33 B5 2A 22
Octal 63 173 174 73 1 0 63 265 52 42
Binary 110011 1111011 1111100 111011 1 0 110011 10110101 101010 100010

Color Harmonies of #337B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337B7C

Black with #337B7C

Text Example


Text Example

White with #337B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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