Html Css Color HEX #306C6D Atoll

📋 copy color: '#306C6D'

red 48 ◦ green 108 ◦ blue 109

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

Shades of Atoll #306C6D

Tints of Atoll #306C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.13%

R = 18.11%
G = 40.75%
B = 41.13%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#306C6D (or 0x306C6D) is known color: Atoll. HEX triplet: 30, 6C and 6D. RGB value is (48,108,109). Sum of RGB (Red+Green+Blue) = 48+108+109=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 109 - color contains mainly: blue. Hex color #306C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C6D is #CF9392. Grayscale: #5A5A5A. Windows color (decimal): -13603731 or 7171120. OLE color: 7171120.

HSL color Cylindrical-coordinate representation of color #306C6D: hue angle of 180.98º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #306C6D is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 108 109 -
CMYK 0.56 0.01 0 0.57
HSL 180.98º 0.39% 0.31% -
HSV(B) 180.98º 0.56% 0.43% -
XYZ 9.34 12.46 16.38 -
YUV 90.17 138.62 97.92 -
System Red Green Blue C M Y K H S L
Decimal 48 108 109 0.56 0.01 0 0.57 180.98 0.39 0.31
Hex 30 6C 6D 38 1 0 39 B5 27 1F
Octal 60 154 155 70 1 0 71 265 47 37
Binary 110000 1101100 1101101 111000 1 0 111001 10110101 100111 11111

Color Harmonies of #306C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C6D

Black with #306C6D

Text Example


Text Example

White with #306C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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