Html Css Color HEX #337C7D Atoll

📋 copy color: '#337C7D'

red 51 ◦ green 124 ◦ blue 125

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

Shades of Atoll #337C7D

Tints of Atoll #337C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.33%

 BLUE value IS 125 (49.22% from 255) = 41.67%

R = 17%
G = 41.33%
B = 41.67%

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

#337C7D (or 0x337C7D) is known color: Atoll. HEX triplet: 33, 7C and 7D. RGB value is (51,124,125). Sum of RGB (Red+Green+Blue) = 51+124+125=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 125 - color contains mainly: blue. Hex color #337C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337C7D is #CC8382. Grayscale: #666666. Windows color (decimal): -13403011 or 8223795. OLE color: 8223795.

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

Color convert

RGB 51 124 125 -
CMYK 0.59 0.01 0 0.51
HSL 180.81º 0.42% 0.35% -
HSV(B) 180.81º 0.59% 0.49% -
XYZ 12.27 16.6 21.96 -
YUV 102.29 140.82 91.42 -
System Red Green Blue C M Y K H S L
Decimal 51 124 125 0.59 0.01 0 0.51 180.81 0.42 0.35
Hex 33 7C 7D 3B 1 0 33 B5 2A 23
Octal 63 174 175 73 1 0 63 265 52 43
Binary 110011 1111100 1111101 111011 1 0 110011 10110101 101010 100011

Color Harmonies of #337C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337C7D

Black with #337C7D

Text Example


Text Example

White with #337C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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