Html Css Color HEX #306C76 Atoll

📋 copy color: '#306C76'

red 48 ◦ green 108 ◦ blue 118

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

Shades of Atoll #306C76

Tints of Atoll #306C76

RGB

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

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

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

R = 17.52%
G = 39.42%
B = 43.07%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#306C76 (or 0x306C76) is known color: Atoll. HEX triplet: 30, 6C and 76. RGB value is (48,108,118). Sum of RGB (Red+Green+Blue) = 48+108+118=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #306C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C76 is #CF9389. Grayscale: #5B5B5B. Windows color (decimal): -13603722 or 7760944. OLE color: 7760944.

HSL color Cylindrical-coordinate representation of color #306C76: hue angle of 188.57º 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 #306C76 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 108 118 -
CMYK 0.59 0.08 0 0.54
HSL 188.57º 0.42% 0.33% -
HSV(B) 188.57º 0.59% 0.46% -
XYZ 9.85 12.66 19.06 -
YUV 91.2 143.12 97.19 -
System Red Green Blue C M Y K H S L
Decimal 48 108 118 0.59 0.08 0 0.54 188.57 0.42 0.33
Hex 30 6C 76 3B 8 0 36 BD 2A 21
Octal 60 154 166 73 10 0 66 275 52 41
Binary 110000 1101100 1110110 111011 1000 0 110110 10111101 101010 100001

Color Harmonies of #306C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C76

Black with #306C76

Text Example


Text Example

White with #306C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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