Html Css Color HEX #307677 Atoll

📋 copy color: '#307677'

red 48 ◦ green 118 ◦ blue 119

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

Shades of Atoll #307677

Tints of Atoll #307677

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.4%

 BLUE value IS 119 (46.88% from 255) = 41.75%

R = 16.84%
G = 41.4%
B = 41.75%

CMYK

 C value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#307677 (or 0x307677) is known color: Atoll. HEX triplet: 30, 76 and 77. RGB value is (48,118,119). Sum of RGB (Red+Green+Blue) = 48+118+119=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #307677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307677 is #CF8988. Grayscale: #616161. Windows color (decimal): -13601161 or 7829040. OLE color: 7829040.

HSL color Cylindrical-coordinate representation of color #307677: hue angle of 180.85º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307677 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 118 119 -
CMYK 0.60 0.01 0 0.53
HSL 180.85º 0.43% 0.33% -
HSV(B) 180.85º 0.6% 0.47% -
XYZ 11.03 14.92 19.75 -
YUV 97.18 140.31 92.92 -
System Red Green Blue C M Y K H S L
Decimal 48 118 119 0.60 0.01 0 0.53 180.85 0.43 0.33
Hex 30 76 77 3C 1 0 35 B5 2B 21
Octal 60 166 167 74 1 0 65 265 53 41
Binary 110000 1110110 1110111 111100 1 0 110101 10110101 101011 100001

Color Harmonies of #307677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307677

Black with #307677

Text Example


Text Example

White with #307677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307677; }

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

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

background-color css

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

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

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

border-color css

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

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

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