Html Css Color HEX #337A7E Atoll

📋 copy color: '#337A7E'

red 51 ◦ green 122 ◦ blue 126

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

Shades of Atoll #337A7E

Tints of Atoll #337A7E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.8%

 BLUE value IS 126 (49.61% from 255) = 42.14%

R = 17.06%
G = 40.8%
B = 42.14%

CMYK

 C value IS 0.60

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#337A7E (or 0x337A7E) is known color: Atoll. HEX triplet: 33, 7A and 7E. RGB value is (51,122,126). Sum of RGB (Red+Green+Blue) = 51+122+126=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 126 - color contains mainly: blue. Hex color #337A7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337A7E is #CC8581. Grayscale: #656565. Windows color (decimal): -13403522 or 8288819. OLE color: 8288819.

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

Color convert

RGB 51 122 126 -
CMYK 0.60 0.03 0 0.51
HSL 183.2º 0.42% 0.35% -
HSV(B) 183.2º 0.6% 0.49% -
XYZ 12.09 16.13 22.21 -
YUV 101.23 141.98 92.17 -
System Red Green Blue C M Y K H S L
Decimal 51 122 126 0.60 0.03 0 0.51 183.2 0.42 0.35
Hex 33 7A 7E 3C 3 0 33 B7 2A 23
Octal 63 172 176 74 3 0 63 267 52 43
Binary 110011 1111010 1111110 111100 11 0 110011 10110111 101010 100011

Color Harmonies of #337A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337A7E

Black with #337A7E

Text Example


Text Example

White with #337A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,122,126); }

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

background-color css

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

 a { background-color: rgb(51,122,126); }

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

border-color css

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

 span { border-color: rgb(51,122,126); }

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