Html Css Color HEX #308B89 Blue Chill

📋 copy color: '#308B89'

red 48 ◦ green 139 ◦ blue 137

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

Shades of Blue Chill #308B89

Tints of Blue Chill #308B89

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.9%

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

R = 14.81%
G = 42.9%
B = 42.28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#308B89 (or 0x308B89) is known color: Blue Chill. HEX triplet: 30, 8B and 89. RGB value is (48,139,137). Sum of RGB (Red+Green+Blue) = 48+139+137=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 139 - color contains mainly: green. Hex color #308B89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308B89 is #CF7476. Grayscale: #6F6F6F. Windows color (decimal): -13595767 or 9014064. OLE color: 9014064.

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

Color convert

RGB 48 139 137 -
CMYK 0.65 0 0.01 0.45
HSL 178.68º 0.49% 0.37% -
HSV(B) 178.68º 0.65% 0.55% -
XYZ 14.97 20.9 26.91 -
YUV 111.56 142.35 82.66 -
System Red Green Blue C M Y K H S L
Decimal 48 139 137 0.65 0 0.01 0.45 178.68 0.49 0.37
Hex 30 8B 89 41 0 1 2D B3 31 25
Octal 60 213 211 101 0 1 55 263 61 45
Binary 110000 10001011 10001001 1000001 0 1 101101 10110011 110001 100101

Color Harmonies of #308B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308B89

Black with #308B89

Text Example


Text Example

White with #308B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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