Html Css Color HEX #307177 Atoll

📋 copy color: '#307177'

red 48 ◦ green 113 ◦ blue 119

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

Shades of Atoll #307177

Tints of Atoll #307177

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.36%

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

R = 17.14%
G = 40.36%
B = 42.5%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#307177 (or 0x307177) is known color: Atoll. HEX triplet: 30, 71 and 77. RGB value is (48,113,119). Sum of RGB (Red+Green+Blue) = 48+113+119=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #307177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307177 is #CF8E88. Grayscale: #5E5E5E. Windows color (decimal): -13602441 or 7827760. OLE color: 7827760.

HSL color Cylindrical-coordinate representation of color #307177: hue angle of 185.07º 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 #307177 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 113 119 -
CMYK 0.60 0.05 0 0.53
HSL 185.07º 0.43% 0.33% -
HSV(B) 185.07º 0.6% 0.47% -
XYZ 10.45 13.77 19.56 -
YUV 94.25 141.97 95.01 -
System Red Green Blue C M Y K H S L
Decimal 48 113 119 0.60 0.05 0 0.53 185.07 0.43 0.33
Hex 30 71 77 3C 5 0 35 B9 2B 21
Octal 60 161 167 74 5 0 65 271 53 41
Binary 110000 1110001 1110111 111100 101 0 110101 10111001 101011 100001

Color Harmonies of #307177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307177

Black with #307177

Text Example


Text Example

White with #307177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307177; }

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

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

background-color css

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

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

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

border-color css

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

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

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