Html Css Color HEX #308289 Atoll

📋 copy color: '#308289'

red 48 ◦ green 130 ◦ blue 137

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

Shades of Atoll #308289

Tints of Atoll #308289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.27%

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

R = 15.24%
G = 41.27%
B = 43.49%

CMYK

 C value IS 0.65

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#308289 (or 0x308289) is known color: Atoll. HEX triplet: 30, 82 and 89. RGB value is (48,130,137). Sum of RGB (Red+Green+Blue) = 48+130+137=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #308289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308289 is #CF7D76. Grayscale: #6A6A6A. Windows color (decimal): -13598071 or 9011760. OLE color: 9011760.

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

Color convert

RGB 48 130 137 -
CMYK 0.65 0.05 0 0.46
HSL 184.72º 0.48% 0.36% -
HSV(B) 184.72º 0.65% 0.54% -
XYZ 13.72 18.4 26.5 -
YUV 106.28 145.33 86.43 -
System Red Green Blue C M Y K H S L
Decimal 48 130 137 0.65 0.05 0 0.46 184.72 0.48 0.36
Hex 30 82 89 41 5 0 2E B9 30 24
Octal 60 202 211 101 5 0 56 271 60 44
Binary 110000 10000010 10001001 1000001 101 0 101110 10111001 110000 100100

Color Harmonies of #308289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308289

Black with #308289

Text Example


Text Example

White with #308289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308289; }

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

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

background-color css

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

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

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

border-color css

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

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

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