Html Css Color HEX #308089 Atoll

📋 copy color: '#308089'

red 48 ◦ green 128 ◦ blue 137

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

Shades of Atoll #308089

Tints of Atoll #308089

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.89%

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

R = 15.34%
G = 40.89%
B = 43.77%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#308089 (or 0x308089) is known color: Atoll. HEX triplet: 30, 80 and 89. RGB value is (48,128,137). Sum of RGB (Red+Green+Blue) = 48+128+137=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 137 - color contains mainly: blue. Hex color #308089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308089 is #CF7F76. Grayscale: #686868. Windows color (decimal): -13598583 or 9011248. OLE color: 9011248.

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

Color convert

RGB 48 128 137 -
CMYK 0.65 0.07 0 0.46
HSL 186.07º 0.48% 0.36% -
HSV(B) 186.07º 0.65% 0.54% -
XYZ 13.45 17.87 26.41 -
YUV 105.11 146 87.27 -
System Red Green Blue C M Y K H S L
Decimal 48 128 137 0.65 0.07 0 0.46 186.07 0.48 0.36
Hex 30 80 89 41 7 0 2E BA 30 24
Octal 60 200 211 101 7 0 56 272 60 44
Binary 110000 10000000 10001001 1000001 111 0 101110 10111010 110000 100100

Color Harmonies of #308089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308089

Black with #308089

Text Example


Text Example

White with #308089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308089; }

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

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

background-color css

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

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

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

border-color css

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

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

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