Html Css Color HEX #30878C Blue Chill

📋 copy color: '#30878C'

red 48 ◦ green 135 ◦ blue 140

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

Shades of Blue Chill #30878C

Tints of Blue Chill #30878C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.8%

 BLUE value IS 140 (55.08% from 255) = 43.34%

R = 14.86%
G = 41.8%
B = 43.34%

CMYK

 C value IS 0.66

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30878C (or 0x30878C) is known color: Blue Chill. HEX triplet: 30, 87 and 8C. RGB value is (48,135,140). Sum of RGB (Red+Green+Blue) = 48+135+140=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #30878C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30878C is #CF7873. Grayscale: #6D6D6D. Windows color (decimal): -13596788 or 9209648. OLE color: 9209648.

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

Color convert

RGB 48 135 140 -
CMYK 0.66 0.04 0 0.45
HSL 183.26º 0.49% 0.37% -
HSV(B) 183.26º 0.66% 0.55% -
XYZ 14.62 19.85 27.87 -
YUV 109.56 145.18 84.09 -
System Red Green Blue C M Y K H S L
Decimal 48 135 140 0.66 0.04 0 0.45 183.26 0.49 0.37
Hex 30 87 8C 42 4 0 2D B7 31 25
Octal 60 207 214 102 4 0 55 267 61 45
Binary 110000 10000111 10001100 1000010 100 0 101101 10110111 110001 100101

Color Harmonies of #30878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30878C

Black with #30878C

Text Example


Text Example

White with #30878C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30878C; }

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

 H1.HeaderClassName
 {
   color: #30878C;
 }
 .AnyTagClassName
 {
   color: #30878C;
 }
</style>

background-color css

<style>
 a { background-color: #30878C; }

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

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

border-color css

<style>
 span { border-color: #30878C; }

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

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