Html Css Color HEX #307980 Atoll

📋 copy color: '#307980'

red 48 ◦ green 121 ◦ blue 128

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

Shades of Atoll #307980

Tints of Atoll #307980

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.74%

 BLUE value IS 128 (50.39% from 255) = 43.1%

R = 16.16%
G = 40.74%
B = 43.1%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#307980 (or 0x307980) is known color: Atoll. HEX triplet: 30, 79 and 80. RGB value is (48,121,128). Sum of RGB (Red+Green+Blue) = 48+121+128=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: blue. Hex color #307980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307980 is #CF867F. Grayscale: #636363. Windows color (decimal): -13600384 or 8419632. OLE color: 8419632.

HSL color Cylindrical-coordinate representation of color #307980: hue angle of 185.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307980 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 121 128 -
CMYK 0.62 0.05 0 0.50
HSL 185.25º 0.45% 0.35% -
HSV(B) 185.25º 0.63% 0.5% -
XYZ 11.95 15.86 22.85 -
YUV 99.97 143.82 90.93 -
System Red Green Blue C M Y K H S L
Decimal 48 121 128 0.62 0.05 0 0.50 185.25 0.45 0.35
Hex 30 79 80 3E 5 0 32 B9 2D 23
Octal 60 171 200 76 5 0 62 271 55 43
Binary 110000 1111001 10000000 111110 101 0 110010 10111001 101101 100011

Color Harmonies of #307980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307980

Black with #307980

Text Example


Text Example

White with #307980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307980; }

 p { color: rgb(48,121,128); }

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

background-color css

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

 a { background-color: rgb(48,121,128); }

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

border-color css

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

 span { border-color: rgb(48,121,128); }

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