Html Css Color HEX #308082 Atoll

📋 copy color: '#308082'

red 48 ◦ green 128 ◦ blue 130

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

Shades of Atoll #308082

Tints of Atoll #308082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 42.48%

R = 15.69%
G = 41.83%
B = 42.48%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#308082 (or 0x308082) is known color: Atoll. HEX triplet: 30, 80 and 82. RGB value is (48,128,130). Sum of RGB (Red+Green+Blue) = 48+128+130=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 130 - color contains mainly: blue. Hex color #308082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308082 is #CF7F7D. Grayscale: #686868. Windows color (decimal): -13598590 or 8552496. OLE color: 8552496.

HSL color Cylindrical-coordinate representation of color #308082: hue angle of 181.46º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308082 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 128 130 -
CMYK 0.63 0.02 0 0.49
HSL 181.46º 0.46% 0.35% -
HSV(B) 181.46º 0.63% 0.51% -
XYZ 12.97 17.68 23.85 -
YUV 104.31 142.5 87.84 -
System Red Green Blue C M Y K H S L
Decimal 48 128 130 0.63 0.02 0 0.49 181.46 0.46 0.35
Hex 30 80 82 3F 2 0 31 B5 2E 23
Octal 60 200 202 77 2 0 61 265 56 43
Binary 110000 10000000 10000010 111111 10 0 110001 10110101 101110 100011

Color Harmonies of #308082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308082

Black with #308082

Text Example


Text Example

White with #308082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308082; }

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

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

background-color css

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

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

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

border-color css

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

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

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