Html Css Color HEX #306F70 Atoll

📋 copy color: '#306F70'

red 48 ◦ green 111 ◦ blue 112

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

Shades of Atoll #306F70

Tints of Atoll #306F70

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.96%

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

R = 17.71%
G = 40.96%
B = 41.33%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#306F70 (or 0x306F70) is known color: Atoll. HEX triplet: 30, 6F and 70. RGB value is (48,111,112). Sum of RGB (Red+Green+Blue) = 48+111+112=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #306F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F70 is #CF908F. Grayscale: #5C5C5C. Windows color (decimal): -13602960 or 7368496. OLE color: 7368496.

HSL color Cylindrical-coordinate representation of color #306F70: hue angle of 180.94º 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 #306F70 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 111 112 -
CMYK 0.57 0.01 0 0.56
HSL 180.94º 0.4% 0.31% -
HSV(B) 180.94º 0.57% 0.44% -
XYZ 9.83 13.17 17.35 -
YUV 92.28 139.13 96.42 -
System Red Green Blue C M Y K H S L
Decimal 48 111 112 0.57 0.01 0 0.56 180.94 0.4 0.31
Hex 30 6F 70 39 1 0 38 B5 28 1F
Octal 60 157 160 71 1 0 70 265 50 37
Binary 110000 1101111 1110000 111001 1 0 111000 10110101 101000 11111

Color Harmonies of #306F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F70

Black with #306F70

Text Example


Text Example

White with #306F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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