#30858B

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

Shades of Blue Chill #30858B

Tints of Blue Chill #30858B

Color information

#30858B (or 0x30858B) is unknown color: approx Blue Chill. HEX triplet: 30, 85 and 8B. RGB value is (48,133,139). Sum of RGB (Red+Green+Blue) = 48+133+139=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #30858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30858B is #CF7A74. Grayscale: #6C6C6C. Windows color (decimal): -13597301 or 9143600. OLE color: 9143600.

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

Color convert

RGB48133139-
CMYK0.650.0400.45
HSL183.96º48.66%36.67%-
HSV(B)183.96º65.47%54.51%-
XYZ14.2719.2727.39-
YUV108.27145.3485.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 139 (54.69% from 255) = 43.44%
R=15%
G=41.56%
B=43.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481331390.650.0400.45183.9648.6636.67
Hex30858B41402Db83125
Octal6020521310140552706145
Binary11000010000101100010111000001100010110110111000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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