Html Css Color HEX #308D87 Blue Chill

📋 copy color: '#308D87'

red 48 ◦ green 141 ◦ blue 135

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

Shades of Blue Chill #308D87

Tints of Blue Chill #308D87

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.52%

 BLUE value IS 135 (53.13% from 255) = 41.67%

R = 14.81%
G = 43.52%
B = 41.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#308D87 (or 0x308D87) is known color: Blue Chill. HEX triplet: 30, 8D and 87. RGB value is (48,141,135). Sum of RGB (Red+Green+Blue) = 48+141+135=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #308D87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308D87 is #CF7278. Grayscale: #707070. Windows color (decimal): -13595257 or 8883504. OLE color: 8883504.

HSL color Cylindrical-coordinate representation of color #308D87: hue angle of 176.13º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308D87 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 141 135 -
CMYK 0.66 0 0.04 0.45
HSL 176.13º 0.49% 0.37% -
HSV(B) 176.13º 0.66% 0.55% -
XYZ 15.12 21.43 26.26 -
YUV 112.51 140.69 81.99 -
System Red Green Blue C M Y K H S L
Decimal 48 141 135 0.66 0 0.04 0.45 176.13 0.49 0.37
Hex 30 8D 87 42 0 4 2D B0 31 25
Octal 60 215 207 102 0 4 55 260 61 45
Binary 110000 10001101 10000111 1000010 0 100 101101 10110000 110001 100101

Color Harmonies of #308D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D87

Black with #308D87

Text Example


Text Example

White with #308D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308D87; }

 p { color: rgb(48,141,135); }

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

background-color css

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

 a { background-color: rgb(48,141,135); }

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

border-color css

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

 span { border-color: rgb(48,141,135); }

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