#30868E

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

Shades of Blue Chill #30868E

Tints of Blue Chill #30868E

Color information

#30868E (or 0x30868E) is unknown color: approx Blue Chill. HEX triplet: 30, 86 and 8E. RGB value is (48,134,142). Sum of RGB (Red+Green+Blue) = 48+134+142=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 142 - color contains mainly: blue. Hex color #30868E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30868E is #CF7971. Grayscale: #6D6D6D. Windows color (decimal): -13597042 or 9340464. OLE color: 9340464.

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

Color convert

RGB48134142-
CMYK0.660.0600.44
HSL185.11º49.47%37.25%-
HSV(B)185.11º66.2%55.69%-
XYZ14.6319.6328.61-
YUV109.2146.5184.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.81%
GREEN value IS 134 (52.73% from 255) = 41.36%
BLUE value IS 142 (55.86% from 255) = 43.83%
R=14.81%
G=41.36%
B=43.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481341420.660.0600.44185.1149.4737.25
Hex30868E42602Cb93125
Octal6020621610260542716145
Binary11000010000110100011101000010110010110010111001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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