Html Css Color HEX #306C71 Atoll

📋 copy color: '#306C71'

red 48 ◦ green 108 ◦ blue 113

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

Shades of Atoll #306C71

Tints of Atoll #306C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.01%

R = 17.84%
G = 40.15%
B = 42.01%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#306C71 (or 0x306C71) is known color: Atoll. HEX triplet: 30, 6C and 71. RGB value is (48,108,113). Sum of RGB (Red+Green+Blue) = 48+108+113=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #306C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C71 is #CF938E. Grayscale: #5A5A5A. Windows color (decimal): -13603727 or 7433264. OLE color: 7433264.

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

Color convert

RGB 48 108 113 -
CMYK 0.58 0.04 0 0.56
HSL 184.62º 0.4% 0.32% -
HSV(B) 184.62º 0.58% 0.44% -
XYZ 9.56 12.55 17.54 -
YUV 90.63 140.62 97.59 -
System Red Green Blue C M Y K H S L
Decimal 48 108 113 0.58 0.04 0 0.56 184.62 0.4 0.32
Hex 30 6C 71 3A 4 0 38 B9 28 20
Octal 60 154 161 72 4 0 70 271 50 40
Binary 110000 1101100 1110001 111010 100 0 111000 10111001 101000 100000

Color Harmonies of #306C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C71

Black with #306C71

Text Example


Text Example

White with #306C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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