#30868B

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

Shades of Blue Chill #30868B

Tints of Blue Chill #30868B

Color information

#30868B (or 0x30868B) is unknown color: approx Blue Chill. HEX triplet: 30, 86 and 8B. RGB value is (48,134,139). Sum of RGB (Red+Green+Blue) = 48+134+139=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #30868B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30868B is #CF7974. Grayscale: #6C6C6C. Windows color (decimal): -13597045 or 9143856. OLE color: 9143856.

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

Color convert

RGB48134139-
CMYK0.650.0400.45
HSL183.3º48.66%36.67%-
HSV(B)183.3º65.47%54.51%-
XYZ14.419.5427.44-
YUV108.86145.0184.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.95%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 139 (54.69% from 255) = 43.30%
R=14.95%
G=41.74%
B=43.30%

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
Decimal481341390.650.0400.45183.348.6636.67
Hex30868B41402Db73125
Octal6020621310140552676145
Binary11000010000110100010111000001100010110110110111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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