Html Css Color HEX #308389 Atoll

📋 copy color: '#308389'

red 48 ◦ green 131 ◦ blue 137

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

Shades of Atoll #308389

Tints of Atoll #308389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.46%

 BLUE value IS 137 (53.91% from 255) = 43.35%

R = 15.19%
G = 41.46%
B = 43.35%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#308389 (or 0x308389) is known color: Atoll. HEX triplet: 30, 83 and 89. RGB value is (48,131,137). Sum of RGB (Red+Green+Blue) = 48+131+137=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #308389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308389 is #CF7C76. Grayscale: #6A6A6A. Windows color (decimal): -13597815 or 9012016. OLE color: 9012016.

HSL color Cylindrical-coordinate representation of color #308389: hue angle of 184.04º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308389 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 131 137 -
CMYK 0.65 0.04 0 0.46
HSL 184.04º 0.48% 0.36% -
HSV(B) 184.04º 0.65% 0.54% -
XYZ 13.85 18.67 26.54 -
YUV 106.87 145 86.01 -
System Red Green Blue C M Y K H S L
Decimal 48 131 137 0.65 0.04 0 0.46 184.04 0.48 0.36
Hex 30 83 89 41 4 0 2E B8 30 24
Octal 60 203 211 101 4 0 56 270 60 44
Binary 110000 10000011 10001001 1000001 100 0 101110 10111000 110000 100100

Color Harmonies of #308389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308389

Black with #308389

Text Example


Text Example

White with #308389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308389; }

 p { color: rgb(48,131,137); }

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

background-color css

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

 a { background-color: rgb(48,131,137); }

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

border-color css

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

 span { border-color: rgb(48,131,137); }

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