Html Css Color HEX #307476 Atoll

📋 copy color: '#307476'

red 48 ◦ green 116 ◦ blue 118

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

Shades of Atoll #307476

Tints of Atoll #307476

RGB

 RED value IS 48 (19.14% from 255) = 17.02%

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

 BLUE value IS 118 (46.48% from 255) = 41.84%

R = 17.02%
G = 41.13%
B = 41.84%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#307476 (or 0x307476) is known color: Atoll. HEX triplet: 30, 74 and 76. RGB value is (48,116,118). Sum of RGB (Red+Green+Blue) = 48+116+118=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #307476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307476 is #CF8B89. Grayscale: #5F5F5F. Windows color (decimal): -13601674 or 7762992. OLE color: 7762992.

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

Color convert

RGB 48 116 118 -
CMYK 0.59 0.02 0 0.54
HSL 181.71º 0.42% 0.33% -
HSV(B) 181.71º 0.59% 0.46% -
XYZ 10.73 14.43 19.36 -
YUV 95.9 140.47 93.84 -
System Red Green Blue C M Y K H S L
Decimal 48 116 118 0.59 0.02 0 0.54 181.71 0.42 0.33
Hex 30 74 76 3B 2 0 36 B6 2A 21
Octal 60 164 166 73 2 0 66 266 52 41
Binary 110000 1110100 1110110 111011 10 0 110110 10110110 101010 100001

Color Harmonies of #307476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307476

Black with #307476

Text Example


Text Example

White with #307476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307476; }

 p { color: rgb(48,116,118); }

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

background-color css

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

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

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

border-color css

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

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

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