#30848B

Color #30848B Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #30848B

Tints of Blue Chill #30848B

Color information

#30848B (or 0x30848B) is unknown color: approx Blue Chill. HEX triplet: 30, 84 and 8B. RGB value is (48,132,139). Sum of RGB (Red+Green+Blue) = 48+132+139=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #30848B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30848B is #CF7B74. Grayscale: #6B6B6B. Windows color (decimal): -13597557 or 9143344. OLE color: 9143344.

HSL color Cylindrical-coordinate representation of color #30848B: hue angle of 184.62º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30848B is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB48132139-
CMYK0.650.0500.45
HSL184.62º48.66%36.67%-
HSV(B)184.62º65.47%54.51%-
XYZ14.1318.9927.35-
YUV107.68145.6785.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 132 (51.95% from 255) = 41.38%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=15.05%
G=41.38%
B=43.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481321390.650.0500.45184.6248.6636.67
Hex30848B41502Db93125
Octal6020421310150552716145
Binary11000010000100100010111000001101010110110111001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30848B; }

 p { color: rgb(48,132,139); }

 H1.HeaderClassName
 {
   color: #30848B;
 }
 .AnyTagClassName
 {
   color: #30848B;
 }
</style>
background-color css

<style>
 a { background-color: #30848B; }

 a { background-color: rgb(48,132,139); }

 div.DivClassName
 {
   background-color: #30848B;
 }
 .BgClassName
 {
   background-color: #30848B;
 }
</style>
border-color css

<style>
 span { border-color: #30848B; }

 span { border-color: rgb(48,132,139); }

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