Html Css Color HEX #308588 Atoll

📋 copy color: '#308588'

red 48 ◦ green 133 ◦ blue 136

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

Shades of Atoll #308588

Tints of Atoll #308588

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.96%

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

R = 15.14%
G = 41.96%
B = 42.9%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#308588 (or 0x308588) is known color: Atoll. HEX triplet: 30, 85 and 88. RGB value is (48,133,136). Sum of RGB (Red+Green+Blue) = 48+133+136=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 136 - color contains mainly: blue. Hex color #308588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308588 is #CF7A77. Grayscale: #6B6B6B. Windows color (decimal): -13597304 or 8946992. OLE color: 8946992.

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

Color convert

RGB 48 133 136 -
CMYK 0.65 0.02 0 0.47
HSL 182.05º 0.48% 0.36% -
HSV(B) 182.05º 0.65% 0.53% -
XYZ 14.05 19.18 26.25 -
YUV 107.93 143.84 85.26 -
System Red Green Blue C M Y K H S L
Decimal 48 133 136 0.65 0.02 0 0.47 182.05 0.48 0.36
Hex 30 85 88 41 2 0 2F B6 30 24
Octal 60 205 210 101 2 0 57 266 60 44
Binary 110000 10000101 10001000 1000001 10 0 101111 10110110 110000 100100

Color Harmonies of #308588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308588

Black with #308588

Text Example


Text Example

White with #308588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308588; }

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

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

background-color css

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

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

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

border-color css

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

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

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