Html Css Color HEX #337375 Atoll

📋 copy color: '#337375'

red 51 ◦ green 115 ◦ blue 117

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

Shades of Atoll #337375

Tints of Atoll #337375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.64%

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

R = 18.02%
G = 40.64%
B = 41.34%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#337375 (or 0x337375) is known color: Atoll. HEX triplet: 33, 73 and 75. RGB value is (51,115,117). Sum of RGB (Red+Green+Blue) = 51+115+117=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #337375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337375 is #CC8C8A. Grayscale: #606060. Windows color (decimal): -13405323 or 7697203. OLE color: 7697203.

HSL color Cylindrical-coordinate representation of color #337375: hue angle of 181.82º 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 #337375 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 115 117 -
CMYK 0.56 0.02 0 0.54
HSL 181.82º 0.39% 0.33% -
HSV(B) 181.82º 0.56% 0.46% -
XYZ 10.71 14.25 19.02 -
YUV 96.09 139.8 95.84 -
System Red Green Blue C M Y K H S L
Decimal 51 115 117 0.56 0.02 0 0.54 181.82 0.39 0.33
Hex 33 73 75 38 2 0 36 B6 27 21
Octal 63 163 165 70 2 0 66 266 47 41
Binary 110011 1110011 1110101 111000 10 0 110110 10110110 100111 100001

Color Harmonies of #337375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337375

Black with #337375

Text Example


Text Example

White with #337375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337375; }

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

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

background-color css

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

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

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

border-color css

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

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

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