Html Css Color HEX #306C74 Atoll

📋 copy color: '#306C74'

red 48 ◦ green 108 ◦ blue 116

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

Shades of Atoll #306C74

Tints of Atoll #306C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.65%

R = 17.65%
G = 39.71%
B = 42.65%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#306C74 (or 0x306C74) is known color: Atoll. HEX triplet: 30, 6C and 74. RGB value is (48,108,116). Sum of RGB (Red+Green+Blue) = 48+108+116=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #306C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C74 is #CF938B. Grayscale: #5A5A5A. Windows color (decimal): -13603724 or 7629872. OLE color: 7629872.

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

Color convert

RGB 48 108 116 -
CMYK 0.59 0.07 0 0.55
HSL 187.06º 0.41% 0.32% -
HSV(B) 187.06º 0.59% 0.45% -
XYZ 9.73 12.61 18.44 -
YUV 90.97 142.12 97.35 -
System Red Green Blue C M Y K H S L
Decimal 48 108 116 0.59 0.07 0 0.55 187.06 0.41 0.32
Hex 30 6C 74 3B 7 0 37 BB 29 20
Octal 60 154 164 73 7 0 67 273 51 40
Binary 110000 1101100 1110100 111011 111 0 110111 10111011 101001 100000

Color Harmonies of #306C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C74

Black with #306C74

Text Example


Text Example

White with #306C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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