Html Css Color HEX #308987 Blue Chill

📋 copy color: '#308987'

red 48 ◦ green 137 ◦ blue 135

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

Shades of Blue Chill #308987

Tints of Blue Chill #308987

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.81%

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

R = 15%
G = 42.81%
B = 42.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#308987 (or 0x308987) is known color: Blue Chill. HEX triplet: 30, 89 and 87. RGB value is (48,137,135). Sum of RGB (Red+Green+Blue) = 48+137+135=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #308987 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308987 is #CF7678. Grayscale: #6E6E6E. Windows color (decimal): -13596281 or 8882480. OLE color: 8882480.

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

Color convert

RGB 48 137 135 -
CMYK 0.65 0 0.01 0.46
HSL 178.65º 0.48% 0.36% -
HSV(B) 178.65º 0.65% 0.54% -
XYZ 14.54 20.27 26.07 -
YUV 110.16 142.01 83.66 -
System Red Green Blue C M Y K H S L
Decimal 48 137 135 0.65 0 0.01 0.46 178.65 0.48 0.36
Hex 30 89 87 41 0 1 2E B3 30 24
Octal 60 211 207 101 0 1 56 263 60 44
Binary 110000 10001001 10000111 1000001 0 1 101110 10110011 110000 100100

Color Harmonies of #308987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308987

Black with #308987

Text Example


Text Example

White with #308987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308987; }

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

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

background-color css

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

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

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

border-color css

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

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

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