Html Css Color HEX #308C89 Blue Chill

📋 copy color: '#308C89'

red 48 ◦ green 140 ◦ blue 137

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

Shades of Blue Chill #308C89

Tints of Blue Chill #308C89

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.08%

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

R = 14.77%
G = 43.08%
B = 42.15%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#308C89 (or 0x308C89) is known color: Blue Chill. HEX triplet: 30, 8C and 89. RGB value is (48,140,137). Sum of RGB (Red+Green+Blue) = 48+140+137=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 140 - color contains mainly: green. Hex color #308C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308C89 is #CF7376. Grayscale: #707070. Windows color (decimal): -13595511 or 9014320. OLE color: 9014320.

HSL color Cylindrical-coordinate representation of color #308C89: hue angle of 178.04º 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 #308C89 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 140 137 -
CMYK 0.66 0 0.02 0.45
HSL 178.04º 0.49% 0.37% -
HSV(B) 178.04º 0.66% 0.55% -
XYZ 15.11 21.19 26.96 -
YUV 112.15 142.02 82.24 -
System Red Green Blue C M Y K H S L
Decimal 48 140 137 0.66 0 0.02 0.45 178.04 0.49 0.37
Hex 30 8C 89 42 0 2 2D B2 31 25
Octal 60 214 211 102 0 2 55 262 61 45
Binary 110000 10001100 10001001 1000010 0 10 101101 10110010 110001 100101

Color Harmonies of #308C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308C89

Black with #308C89

Text Example


Text Example

White with #308C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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