Html Css Color HEX #308789 Blue Chill

📋 copy color: '#308789'

red 48 ◦ green 135 ◦ blue 137

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

Shades of Blue Chill #308789

Tints of Blue Chill #308789

RGB

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

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

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

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

CMYK

 C value IS 0.65

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

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

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

Color convert

RGB 48 135 137 -
CMYK 0.65 0.01 0 0.46
HSL 181.35º 0.48% 0.36% -
HSV(B) 181.35º 0.65% 0.54% -
XYZ 14.4 19.76 26.72 -
YUV 109.22 143.68 84.34 -
System Red Green Blue C M Y K H S L
Decimal 48 135 137 0.65 0.01 0 0.46 181.35 0.48 0.36
Hex 30 87 89 41 1 0 2E B5 30 24
Octal 60 207 211 101 1 0 56 265 60 44
Binary 110000 10000111 10001001 1000001 1 0 101110 10110101 110000 100100

Color Harmonies of #308789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308789

Black with #308789

Text Example


Text Example

White with #308789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308789; }

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

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

background-color css

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

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

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

border-color css

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

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

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