Html Css Color HEX #30898E Blue Chill

📋 copy color: '#30898E'

red 48 ◦ green 137 ◦ blue 142

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

Shades of Blue Chill #30898E

Tints of Blue Chill #30898E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.9%

 BLUE value IS 142 (55.86% from 255) = 43.43%

R = 14.68%
G = 41.9%
B = 43.43%

CMYK

 C value IS 0.66

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#30898E (or 0x30898E) is known color: Blue Chill. HEX triplet: 30, 89 and 8E. RGB value is (48,137,142). Sum of RGB (Red+Green+Blue) = 48+137+142=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #30898E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30898E is #CF7671. Grayscale: #6E6E6E. Windows color (decimal): -13596274 or 9341232. OLE color: 9341232.

HSL color Cylindrical-coordinate representation of color #30898E: hue angle of 183.19º 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 #30898E is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 137 142 -
CMYK 0.66 0.04 0 0.44
HSL 183.19º 0.49% 0.37% -
HSV(B) 183.19º 0.66% 0.56% -
XYZ 15.05 20.47 28.75 -
YUV 110.96 145.51 83.09 -
System Red Green Blue C M Y K H S L
Decimal 48 137 142 0.66 0.04 0 0.44 183.19 0.49 0.37
Hex 30 89 8E 42 4 0 2C B7 31 25
Octal 60 211 216 102 4 0 54 267 61 45
Binary 110000 10001001 10001110 1000010 100 0 101100 10110111 110001 100101

Color Harmonies of #30898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30898E

Black with #30898E

Text Example


Text Example

White with #30898E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30898E; }

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

 H1.HeaderClassName
 {
   color: #30898E;
 }
 .AnyTagClassName
 {
   color: #30898E;
 }
</style>

background-color css

<style>
 a { background-color: #30898E; }

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

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

border-color css

<style>
 span { border-color: #30898E; }

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

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