Html Css Color HEX #307171 Atoll

📋 copy color: '#307171'

red 48 ◦ green 113 ◦ blue 113

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

Shades of Atoll #307171

Tints of Atoll #307171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 41.24%

R = 17.52%
G = 41.24%
B = 41.24%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#307171 (or 0x307171) is known color: Atoll. HEX triplet: 30, 71 and 71. RGB value is (48,113,113). Sum of RGB (Red+Green+Blue) = 48+113+113=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #307171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307171 is #CF8E8E. Grayscale: #5D5D5D. Windows color (decimal): -13602447 or 7434544. OLE color: 7434544.

HSL color Cylindrical-coordinate representation of color #307171: hue angle of 180º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307171 is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 113 113 -
CMYK 0.58 0 0 0.56
HSL 180º 0.4% 0.32% -
HSV(B) 180º 0.58% 0.44% -
XYZ 10.1 13.63 17.72 -
YUV 93.57 138.97 95.5 -
System Red Green Blue C M Y K H S L
Decimal 48 113 113 0.58 0 0 0.56 180 0.4 0.32
Hex 30 71 71 3A 0 0 38 B4 28 20
Octal 60 161 161 72 0 0 70 264 50 40
Binary 110000 1110001 1110001 111010 0 0 111000 10110100 101000 100000

Color Harmonies of #307171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307171

Black with #307171

Text Example


Text Example

White with #307171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307171; }

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

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

background-color css

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

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

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

border-color css

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

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

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