Html Css Color HEX #306A70 Atoll

📋 copy color: '#306A70'

red 48 ◦ green 106 ◦ blue 112

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

Shades of Atoll #306A70

Tints of Atoll #306A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.85%

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

R = 18.05%
G = 39.85%
B = 42.11%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#306A70 (or 0x306A70) is known color: Atoll. HEX triplet: 30, 6A and 70. RGB value is (48,106,112). Sum of RGB (Red+Green+Blue) = 48+106+112=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #306A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306A70 is #CF958F. Grayscale: #595959. Windows color (decimal): -13604240 or 7367216. OLE color: 7367216.

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

Color convert

RGB 48 106 112 -
CMYK 0.57 0.05 0 0.56
HSL 185.63º 0.4% 0.31% -
HSV(B) 185.63º 0.57% 0.44% -
XYZ 9.3 12.11 17.18 -
YUV 89.34 140.78 98.51 -
System Red Green Blue C M Y K H S L
Decimal 48 106 112 0.57 0.05 0 0.56 185.63 0.4 0.31
Hex 30 6A 70 39 5 0 38 BA 28 1F
Octal 60 152 160 71 5 0 70 272 50 37
Binary 110000 1101010 1110000 111001 101 0 111000 10111010 101000 11111

Color Harmonies of #306A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306A70

Black with #306A70

Text Example


Text Example

White with #306A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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