Html Css Color HEX #337474 Atoll

📋 copy color: '#337474'

red 51 ◦ green 116 ◦ blue 116

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

Shades of Atoll #337474

Tints of Atoll #337474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.99%

 BLUE value IS 116 (45.7% from 255) = 40.99%

R = 18.02%
G = 40.99%
B = 40.99%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#337474 (or 0x337474) is known color: Atoll. HEX triplet: 33, 74 and 74. RGB value is (51,116,116). Sum of RGB (Red+Green+Blue) = 51+116+116=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #337474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337474 is #CC8B8B. Grayscale: #606060. Windows color (decimal): -13405068 or 7631923. OLE color: 7631923.

HSL color Cylindrical-coordinate representation of color #337474: hue angle of 180º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337474 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 116 116 -
CMYK 0.56 0 0 0.55
HSL 180º 0.39% 0.33% -
HSV(B) 180º 0.56% 0.45% -
XYZ 10.76 14.46 18.75 -
YUV 96.57 138.97 95.5 -
System Red Green Blue C M Y K H S L
Decimal 51 116 116 0.56 0 0 0.55 180 0.39 0.33
Hex 33 74 74 38 0 0 37 B4 27 21
Octal 63 164 164 70 0 0 67 264 47 41
Binary 110011 1110100 1110100 111000 0 0 110111 10110100 100111 100001

Color Harmonies of #337474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337474

Black with #337474

Text Example


Text Example

White with #337474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337474; }

 p { color: rgb(51,116,116); }

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

background-color css

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

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

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

border-color css

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

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

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