Html Css Color HEX #308689 Blue Chill

📋 copy color: '#308689'

red 48 ◦ green 134 ◦ blue 137

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

Shades of Blue Chill #308689

Tints of Blue Chill #308689

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.01%

 BLUE value IS 137 (53.91% from 255) = 42.95%

R = 15.05%
G = 42.01%
B = 42.95%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#308689 (or 0x308689) is known color: Blue Chill. HEX triplet: 30, 86 and 89. RGB value is (48,134,137). Sum of RGB (Red+Green+Blue) = 48+134+137=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #308689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308689 is #CF7976. Grayscale: #6C6C6C. Windows color (decimal): -13597047 or 9012784. OLE color: 9012784.

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

Color convert

RGB 48 134 137 -
CMYK 0.65 0.02 0 0.46
HSL 182.02º 0.48% 0.36% -
HSV(B) 182.02º 0.65% 0.54% -
XYZ 14.26 19.48 26.68 -
YUV 108.63 144.01 84.76 -
System Red Green Blue C M Y K H S L
Decimal 48 134 137 0.65 0.02 0 0.46 182.02 0.48 0.36
Hex 30 86 89 41 2 0 2E B6 30 24
Octal 60 206 211 101 2 0 56 266 60 44
Binary 110000 10000110 10001001 1000001 10 0 101110 10110110 110000 100100

Color Harmonies of #308689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308689

Black with #308689

Text Example


Text Example

White with #308689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308689; }

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

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

background-color css

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

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

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

border-color css

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

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

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