Html Css Color HEX #306C70 Atoll

📋 copy color: '#306C70'

red 48 ◦ green 108 ◦ blue 112

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

Shades of Atoll #306C70

Tints of Atoll #306C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.79%

R = 17.91%
G = 40.3%
B = 41.79%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#306C70 (or 0x306C70) is known color: Atoll. HEX triplet: 30, 6C and 70. RGB value is (48,108,112). Sum of RGB (Red+Green+Blue) = 48+108+112=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #306C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C70 is #CF938F. Grayscale: #5A5A5A. Windows color (decimal): -13603728 or 7367728. OLE color: 7367728.

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

Color convert

RGB 48 108 112 -
CMYK 0.57 0.04 0 0.56
HSL 183.75º 0.4% 0.31% -
HSV(B) 183.75º 0.57% 0.44% -
XYZ 9.51 12.52 17.25 -
YUV 90.52 140.12 97.67 -
System Red Green Blue C M Y K H S L
Decimal 48 108 112 0.57 0.04 0 0.56 183.75 0.4 0.31
Hex 30 6C 70 39 4 0 38 B8 28 1F
Octal 60 154 160 71 4 0 70 270 50 37
Binary 110000 1101100 1110000 111001 100 0 111000 10111000 101000 11111

Color Harmonies of #306C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C70

Black with #306C70

Text Example


Text Example

White with #306C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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