Html Css Color HEX #306C73 Atoll

📋 copy color: '#306C73'

red 48 ◦ green 108 ◦ blue 115

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

Shades of Atoll #306C73

Tints of Atoll #306C73

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.85%

 BLUE value IS 115 (45.31% from 255) = 42.44%

R = 17.71%
G = 39.85%
B = 42.44%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#306C73 (or 0x306C73) is known color: Atoll. HEX triplet: 30, 6C and 73. RGB value is (48,108,115). Sum of RGB (Red+Green+Blue) = 48+108+115=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #306C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C73 is #CF938C. Grayscale: #5A5A5A. Windows color (decimal): -13603725 or 7564336. OLE color: 7564336.

HSL color Cylindrical-coordinate representation of color #306C73: hue angle of 186.27º 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 #306C73 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 108 115 -
CMYK 0.58 0.06 0 0.55
HSL 186.27º 0.41% 0.32% -
HSV(B) 186.27º 0.58% 0.45% -
XYZ 9.68 12.59 18.14 -
YUV 90.86 141.62 97.43 -
System Red Green Blue C M Y K H S L
Decimal 48 108 115 0.58 0.06 0 0.55 186.27 0.41 0.32
Hex 30 6C 73 3A 6 0 37 BA 29 20
Octal 60 154 163 72 6 0 67 272 51 40
Binary 110000 1101100 1110011 111010 110 0 110111 10111010 101001 100000

Color Harmonies of #306C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C73

Black with #306C73

Text Example


Text Example

White with #306C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,108,115); }

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

background-color css

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

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

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

border-color css

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

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

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