Html Css Color HEX #308184 Atoll

📋 copy color: '#308184'

red 48 ◦ green 129 ◦ blue 132

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

Shades of Atoll #308184

Tints of Atoll #308184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 42.72%

R = 15.53%
G = 41.75%
B = 42.72%

CMYK

 C value IS 0.64

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#308184 (or 0x308184) is known color: Atoll. HEX triplet: 30, 81 and 84. RGB value is (48,129,132). Sum of RGB (Red+Green+Blue) = 48+129+132=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #308184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308184 is #CF7E7B. Grayscale: #696969. Windows color (decimal): -13598332 or 8683824. OLE color: 8683824.

HSL color Cylindrical-coordinate representation of color #308184: hue angle of 182.14º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308184 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 129 132 -
CMYK 0.64 0.02 0 0.48
HSL 182.14º 0.47% 0.35% -
HSV(B) 182.14º 0.64% 0.52% -
XYZ 13.23 17.99 24.61 -
YUV 105.12 143.16 87.26 -
System Red Green Blue C M Y K H S L
Decimal 48 129 132 0.64 0.02 0 0.48 182.14 0.47 0.35
Hex 30 81 84 40 2 0 30 B6 2F 23
Octal 60 201 204 100 2 0 60 266 57 43
Binary 110000 10000001 10000100 1000000 10 0 110000 10110110 101111 100011

Color Harmonies of #308184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308184

Black with #308184

Text Example


Text Example

White with #308184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308184; }

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

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

background-color css

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

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

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

border-color css

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

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

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