Html Css Color HEX #308388 Atoll

📋 copy color: '#308388'

red 48 ◦ green 131 ◦ blue 136

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

Shades of Atoll #308388

Tints of Atoll #308388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.59%

 BLUE value IS 136 (53.52% from 255) = 43.17%

R = 15.24%
G = 41.59%
B = 43.17%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#308388 (or 0x308388) is known color: Atoll. HEX triplet: 30, 83 and 88. RGB value is (48,131,136). Sum of RGB (Red+Green+Blue) = 48+131+136=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #308388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308388 is #CF7C77. Grayscale: #6A6A6A. Windows color (decimal): -13597816 or 8946480. OLE color: 8946480.

HSL color Cylindrical-coordinate representation of color #308388: hue angle of 183.41º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308388 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 131 136 -
CMYK 0.65 0.04 0 0.47
HSL 183.41º 0.48% 0.36% -
HSV(B) 183.41º 0.65% 0.53% -
XYZ 13.78 18.64 26.16 -
YUV 106.75 144.5 86.09 -
System Red Green Blue C M Y K H S L
Decimal 48 131 136 0.65 0.04 0 0.47 183.41 0.48 0.36
Hex 30 83 88 41 4 0 2F B7 30 24
Octal 60 203 210 101 4 0 57 267 60 44
Binary 110000 10000011 10001000 1000001 100 0 101111 10110111 110000 100100

Color Harmonies of #308388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308388

Black with #308388

Text Example


Text Example

White with #308388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308388; }

 p { color: rgb(48,131,136); }

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

background-color css

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

 a { background-color: rgb(48,131,136); }

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

border-color css

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

 span { border-color: rgb(48,131,136); }

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