Html Css Color HEX #308D83 Blue Chill

📋 copy color: '#308D83'

red 48 ◦ green 141 ◦ blue 131

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

Shades of Blue Chill #308D83

Tints of Blue Chill #308D83

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.06%

 BLUE value IS 131 (51.56% from 255) = 40.94%

R = 15%
G = 44.06%
B = 40.94%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#308D83 (or 0x308D83) is known color: Blue Chill. HEX triplet: 30, 8D and 83. RGB value is (48,141,131). Sum of RGB (Red+Green+Blue) = 48+141+131=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 141 - color contains mainly: green. Hex color #308D83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308D83 is #CF727C. Grayscale: #707070. Windows color (decimal): -13595261 or 8621360. OLE color: 8621360.

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

Color convert

RGB 48 141 131 -
CMYK 0.66 0 0.07 0.45
HSL 173.55º 0.49% 0.37% -
HSV(B) 173.55º 0.66% 0.55% -
XYZ 14.84 21.32 24.81 -
YUV 112.05 138.69 82.31 -
System Red Green Blue C M Y K H S L
Decimal 48 141 131 0.66 0 0.07 0.45 173.55 0.49 0.37
Hex 30 8D 83 42 0 7 2D AE 31 25
Octal 60 215 203 102 0 7 55 256 61 45
Binary 110000 10001101 10000011 1000010 0 111 101101 10101110 110001 100101

Color Harmonies of #308D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D83

Black with #308D83

Text Example


Text Example

White with #308D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,141,131); }

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

background-color css

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

 a { background-color: rgb(48,141,131); }

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

border-color css

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

 span { border-color: rgb(48,141,131); }

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