Html Css Color HEX #306E76 Atoll

📋 copy color: '#306E76'

red 48 ◦ green 110 ◦ blue 118

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

Shades of Atoll #306E76

Tints of Atoll #306E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.86%

 BLUE value IS 118 (46.48% from 255) = 42.75%

R = 17.39%
G = 39.86%
B = 42.75%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#306E76 (or 0x306E76) is known color: Atoll. HEX triplet: 30, 6E and 76. RGB value is (48,110,118). Sum of RGB (Red+Green+Blue) = 48+110+118=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #306E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306E76 is #CF9189. Grayscale: #5C5C5C. Windows color (decimal): -13603210 or 7761456. OLE color: 7761456.

HSL color Cylindrical-coordinate representation of color #306E76: hue angle of 186.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306E76 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 110 118 -
CMYK 0.59 0.07 0 0.54
HSL 186.86º 0.42% 0.33% -
HSV(B) 186.86º 0.59% 0.46% -
XYZ 10.06 13.09 19.14 -
YUV 92.37 142.46 96.35 -
System Red Green Blue C M Y K H S L
Decimal 48 110 118 0.59 0.07 0 0.54 186.86 0.42 0.33
Hex 30 6E 76 3B 7 0 36 BB 2A 21
Octal 60 156 166 73 7 0 66 273 52 41
Binary 110000 1101110 1110110 111011 111 0 110110 10111011 101010 100001

Color Harmonies of #306E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306E76

Black with #306E76

Text Example


Text Example

White with #306E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,110,118); }

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

background-color css

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

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

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

border-color css

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

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

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