Html Css Color HEX #337075 Atoll

📋 copy color: '#337075'

red 51 ◦ green 112 ◦ blue 117

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

Shades of Atoll #337075

Tints of Atoll #337075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.79%

R = 18.21%
G = 40%
B = 41.79%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#337075 (or 0x337075) is known color: Atoll. HEX triplet: 33, 70 and 75. RGB value is (51,112,117). Sum of RGB (Red+Green+Blue) = 51+112+117=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 117 - color contains mainly: blue. Hex color #337075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337075 is #CC8F8A. Grayscale: #5E5E5E. Windows color (decimal): -13406091 or 7696435. OLE color: 7696435.

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

Color convert

RGB 51 112 117 -
CMYK 0.56 0.04 0 0.54
HSL 184.55º 0.39% 0.33% -
HSV(B) 184.55º 0.56% 0.46% -
XYZ 10.37 13.58 18.9 -
YUV 94.33 140.79 97.09 -
System Red Green Blue C M Y K H S L
Decimal 51 112 117 0.56 0.04 0 0.54 184.55 0.39 0.33
Hex 33 70 75 38 4 0 36 B9 27 21
Octal 63 160 165 70 4 0 66 271 47 41
Binary 110011 1110000 1110101 111000 100 0 110110 10111001 100111 100001

Color Harmonies of #337075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337075

Black with #337075

Text Example


Text Example

White with #337075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337075; }

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

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

background-color css

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

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

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

border-color css

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

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

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