Html Css Color HEX #337070 Atoll

📋 copy color: '#337070'

red 51 ◦ green 112 ◦ blue 112

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

Shades of Atoll #337070

Tints of Atoll #337070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.73%

 BLUE value IS 112 (44.14% from 255) = 40.73%

R = 18.55%
G = 40.73%
B = 40.73%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#337070 (or 0x337070) is known color: Atoll. HEX triplet: 33, 70 and 70. RGB value is (51,112,112). Sum of RGB (Red+Green+Blue) = 51+112+112=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #337070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337070 is #CC8F8F. Grayscale: #5D5D5D. Windows color (decimal): -13406096 or 7368755. OLE color: 7368755.

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

Color convert

RGB 51 112 112 -
CMYK 0.54 0 0 0.56
HSL 180º 0.37% 0.32% -
HSV(B) 180º 0.54% 0.44% -
XYZ 10.08 13.46 17.4 -
YUV 93.76 138.29 97.5 -
System Red Green Blue C M Y K H S L
Decimal 51 112 112 0.54 0 0 0.56 180 0.37 0.32
Hex 33 70 70 36 0 0 38 B4 25 20
Octal 63 160 160 66 0 0 70 264 45 40
Binary 110011 1110000 1110000 110110 0 0 111000 10110100 100101 100000

Color Harmonies of #337070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337070

Black with #337070

Text Example


Text Example

White with #337070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337070; }

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

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

background-color css

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

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

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

border-color css

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

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

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