Html Css Color HEX #308E85 Blue Chill

📋 copy color: '#308E85'

red 48 ◦ green 142 ◦ blue 133

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

Shades of Blue Chill #308E85

Tints of Blue Chill #308E85

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.96%

 BLUE value IS 133 (52.34% from 255) = 41.18%

R = 14.86%
G = 43.96%
B = 41.18%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#308E85 (or 0x308E85) is known color: Blue Chill. HEX triplet: 30, 8E and 85. RGB value is (48,142,133). Sum of RGB (Red+Green+Blue) = 48+142+133=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 142 - color contains mainly: green. Hex color #308E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308E85 is #CF717A. Grayscale: #707070. Windows color (decimal): -13595003 or 8752688. OLE color: 8752688.

HSL color Cylindrical-coordinate representation of color #308E85: hue angle of 174.26º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308E85 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 142 133 -
CMYK 0.66 0 0.06 0.44
HSL 174.26º 0.49% 0.37% -
HSV(B) 174.26º 0.66% 0.56% -
XYZ 15.13 21.67 25.58 -
YUV 112.87 139.36 81.73 -
System Red Green Blue C M Y K H S L
Decimal 48 142 133 0.66 0 0.06 0.44 174.26 0.49 0.37
Hex 30 8E 85 42 0 6 2C AE 31 25
Octal 60 216 205 102 0 6 54 256 61 45
Binary 110000 10001110 10000101 1000010 0 110 101100 10101110 110001 100101

Color Harmonies of #308E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308E85

Black with #308E85

Text Example


Text Example

White with #308E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,142,133); }

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

background-color css

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

 a { background-color: rgb(48,142,133); }

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

border-color css

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

 span { border-color: rgb(48,142,133); }

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