Html Css Color HEX #306971 Atoll

📋 copy color: '#306971'

red 48 ◦ green 105 ◦ blue 113

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

Shades of Atoll #306971

Tints of Atoll #306971

RGB

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

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

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

R = 18.05%
G = 39.47%
B = 42.48%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#306971 (or 0x306971) is known color: Atoll. HEX triplet: 30, 69 and 71. RGB value is (48,105,113). Sum of RGB (Red+Green+Blue) = 48+105+113=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #306971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306971 is #CF968E. Grayscale: #585858. Windows color (decimal): -13604495 or 7432496. OLE color: 7432496.

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

Color convert

RGB 48 105 113 -
CMYK 0.58 0.07 0 0.56
HSL 187.38º 0.4% 0.32% -
HSV(B) 187.38º 0.58% 0.44% -
XYZ 9.25 11.92 17.44 -
YUV 88.87 141.62 98.85 -
System Red Green Blue C M Y K H S L
Decimal 48 105 113 0.58 0.07 0 0.56 187.38 0.4 0.32
Hex 30 69 71 3A 7 0 38 BB 28 20
Octal 60 151 161 72 7 0 70 273 50 40
Binary 110000 1101001 1110001 111010 111 0 111000 10111011 101000 100000

Color Harmonies of #306971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306971

Black with #306971

Text Example


Text Example

White with #306971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306971; }

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

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

background-color css

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

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

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

border-color css

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

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

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