Html Css Color HEX #306D72 Atoll

📋 copy color: '#306D72'

red 48 ◦ green 109 ◦ blue 114

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

Shades of Atoll #306D72

Tints of Atoll #306D72

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.22%

 BLUE value IS 114 (44.92% from 255) = 42.07%

R = 17.71%
G = 40.22%
B = 42.07%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#306D72 (or 0x306D72) is known color: Atoll. HEX triplet: 30, 6D and 72. RGB value is (48,109,114). Sum of RGB (Red+Green+Blue) = 48+109+114=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #306D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306D72 is #CF928D. Grayscale: #5B5B5B. Windows color (decimal): -13603470 or 7499056. OLE color: 7499056.

HSL color Cylindrical-coordinate representation of color #306D72: hue angle of 184.55º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #306D72 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 109 114 -
CMYK 0.58 0.04 0 0.55
HSL 184.55º 0.41% 0.32% -
HSV(B) 184.55º 0.58% 0.45% -
XYZ 9.72 12.78 17.87 -
YUV 91.33 140.79 97.09 -
System Red Green Blue C M Y K H S L
Decimal 48 109 114 0.58 0.04 0 0.55 184.55 0.41 0.32
Hex 30 6D 72 3A 4 0 37 B9 29 20
Octal 60 155 162 72 4 0 67 271 51 40
Binary 110000 1101101 1110010 111010 100 0 110111 10111001 101001 100000

Color Harmonies of #306D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306D72

Black with #306D72

Text Example


Text Example

White with #306D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,109,114); }

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

background-color css

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

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

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

border-color css

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

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

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