#30858a

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

Shades of Blue Chill #30858A

Tints of Blue Chill #30858A

Color information

#30858A (or 0x30858A) is unknown color: approx Blue Chill. HEX triplet: 30, 85 and 8A. RGB value is (48,133,138). Sum of RGB (Red+Green+Blue) = 48+133+138=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #30858A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30858A is #CF7A75. Grayscale: #6C6C6C. Windows color (decimal): -13597302 or 9078064. OLE color: 9078064.

HSL color Cylindrical-coordinate representation of color #30858A: hue angle of 183.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30858A is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB48133138-
CMYK0.650.0400.46
HSL183.33º48.39%36.47%-
HSV(B)183.33º65.22%54.12%-
XYZ14.1919.2427.01-
YUV108.16144.8485.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 133 (52.34% from 255) = 41.69%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=15.05%
G=41.69%
B=43.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481331380.650.0400.46183.3348.3936.47
Hex30858A41402Eb73024
Octal6020521210140562676044
Binary11000010000101100010101000001100010111010110111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30858a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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