Html Css Color HEX #306D71 Atoll

📋 copy color: '#306D71'

red 48 ◦ green 109 ◦ blue 113

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

Shades of Atoll #306D71

Tints of Atoll #306D71

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.37%

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

R = 17.78%
G = 40.37%
B = 41.85%

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

#306D71 (or 0x306D71) is known color: Atoll. HEX triplet: 30, 6D and 71. RGB value is (48,109,113). Sum of RGB (Red+Green+Blue) = 48+109+113=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #306D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306D71 is #CF928E. Grayscale: #5B5B5B. Windows color (decimal): -13603471 or 7433520. OLE color: 7433520.

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

Color convert

RGB 48 109 113 -
CMYK 0.58 0.04 0 0.56
HSL 183.69º 0.4% 0.32% -
HSV(B) 183.69º 0.58% 0.44% -
XYZ 9.67 12.76 17.58 -
YUV 91.22 140.29 97.17 -
System Red Green Blue C M Y K H S L
Decimal 48 109 113 0.58 0.04 0 0.56 183.69 0.4 0.32
Hex 30 6D 71 3A 4 0 38 B8 28 20
Octal 60 155 161 72 4 0 70 270 50 40
Binary 110000 1101101 1110001 111010 100 0 111000 10111000 101000 100000

Color Harmonies of #306D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306D71

Black with #306D71

Text Example


Text Example

White with #306D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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