Html Css Color HEX #307070 Atoll

📋 copy color: '#307070'

red 48 ◦ green 112 ◦ blue 112

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

Shades of Atoll #307070

Tints of Atoll #307070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.18%

 BLUE value IS 112 (44.14% from 255) = 41.18%

R = 17.65%
G = 41.18%
B = 41.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#307070 (or 0x307070) is known color: Atoll. HEX triplet: 30, 70 and 70. RGB value is (48,112,112). Sum of RGB (Red+Green+Blue) = 48+112+112=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #307070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307070 is #CF8F8F. Grayscale: #5C5C5C. Windows color (decimal): -13602704 or 7368752. OLE color: 7368752.

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

Color convert

RGB 48 112 112 -
CMYK 0.57 0 0 0.56
HSL 180º 0.4% 0.31% -
HSV(B) 180º 0.57% 0.44% -
XYZ 9.94 13.39 17.39 -
YUV 92.86 138.8 96 -
System Red Green Blue C M Y K H S L
Decimal 48 112 112 0.57 0 0 0.56 180 0.4 0.31
Hex 30 70 70 39 0 0 38 B4 28 1F
Octal 60 160 160 71 0 0 70 264 50 37
Binary 110000 1110000 1110000 111001 0 0 111000 10110100 101000 11111

Color Harmonies of #307070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307070

Black with #307070

Text Example


Text Example

White with #307070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307070; }

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

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

background-color css

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

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

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

border-color css

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

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

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