Html Css Color HEX #306970 Atoll

📋 copy color: '#306970'

red 48 ◦ green 105 ◦ blue 112

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

Shades of Atoll #306970

Tints of Atoll #306970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.62%

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

R = 18.11%
G = 39.62%
B = 42.26%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#306970 (or 0x306970) is known color: Atoll. HEX triplet: 30, 69 and 70. RGB value is (48,105,112). Sum of RGB (Red+Green+Blue) = 48+105+112=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #306970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306970 is #CF968F. Grayscale: #585858. Windows color (decimal): -13604496 or 7366960. OLE color: 7366960.

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

Color convert

RGB 48 105 112 -
CMYK 0.57 0.06 0 0.56
HSL 186.56º 0.4% 0.31% -
HSV(B) 186.56º 0.57% 0.44% -
XYZ 9.2 11.9 17.14 -
YUV 88.76 141.12 98.93 -
System Red Green Blue C M Y K H S L
Decimal 48 105 112 0.57 0.06 0 0.56 186.56 0.4 0.31
Hex 30 69 70 39 6 0 38 BB 28 1F
Octal 60 151 160 71 6 0 70 273 50 37
Binary 110000 1101001 1110000 111001 110 0 111000 10111011 101000 11111

Color Harmonies of #306970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306970

Black with #306970

Text Example


Text Example

White with #306970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306970; }

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

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

background-color css

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

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

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

border-color css

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

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

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