Html Css Color HEX #308189 Atoll

📋 copy color: '#308189'

red 48 ◦ green 129 ◦ blue 137

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

Shades of Atoll #308189

Tints of Atoll #308189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.08%

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

R = 15.29%
G = 41.08%
B = 43.63%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#308189 (or 0x308189) is known color: Atoll. HEX triplet: 30, 81 and 89. RGB value is (48,129,137). Sum of RGB (Red+Green+Blue) = 48+129+137=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 137 - color contains mainly: blue. Hex color #308189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308189 is #CF7E76. Grayscale: #696969. Windows color (decimal): -13598327 or 9011504. OLE color: 9011504.

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

Color convert

RGB 48 129 137 -
CMYK 0.65 0.06 0 0.46
HSL 185.39º 0.48% 0.36% -
HSV(B) 185.39º 0.65% 0.54% -
XYZ 13.58 18.14 26.45 -
YUV 105.69 145.66 86.85 -
System Red Green Blue C M Y K H S L
Decimal 48 129 137 0.65 0.06 0 0.46 185.39 0.48 0.36
Hex 30 81 89 41 6 0 2E B9 30 24
Octal 60 201 211 101 6 0 56 271 60 44
Binary 110000 10000001 10001001 1000001 110 0 101110 10111001 110000 100100

Color Harmonies of #308189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308189

Black with #308189

Text Example


Text Example

White with #308189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308189; }

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

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

background-color css

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

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

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

border-color css

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

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

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