Html Css Color HEX #30828D Blue Chill

📋 copy color: '#30828D'

red 48 ◦ green 130 ◦ blue 141

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

Shades of Blue Chill #30828D

Tints of Blue Chill #30828D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.75%

 BLUE value IS 141 (55.47% from 255) = 44.2%

R = 15.05%
G = 40.75%
B = 44.2%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30828D (or 0x30828D) is known color: Blue Chill. HEX triplet: 30, 82 and 8D. RGB value is (48,130,141). Sum of RGB (Red+Green+Blue) = 48+130+141=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #30828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30828D is #CF7D72. Grayscale: #6A6A6A. Windows color (decimal): -13598067 or 9273904. OLE color: 9273904.

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

Color convert

RGB 48 130 141 -
CMYK 0.66 0.08 0 0.45
HSL 187.1º 0.49% 0.37% -
HSV(B) 187.1º 0.66% 0.55% -
XYZ 14.01 18.52 28.04 -
YUV 106.74 147.33 86.11 -
System Red Green Blue C M Y K H S L
Decimal 48 130 141 0.66 0.08 0 0.45 187.1 0.49 0.37
Hex 30 82 8D 42 8 0 2D BB 31 25
Octal 60 202 215 102 10 0 55 273 61 45
Binary 110000 10000010 10001101 1000010 1000 0 101101 10111011 110001 100101

Color Harmonies of #30828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30828D

Black with #30828D

Text Example


Text Example

White with #30828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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