#30838C

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

Shades of Blue Chill #30838C

Tints of Blue Chill #30838C

Color information

#30838C (or 0x30838C) is unknown color: approx Blue Chill. HEX triplet: 30, 83 and 8C. RGB value is (48,131,140). Sum of RGB (Red+Green+Blue) = 48+131+140=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #30838C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30838C is #CF7C73. Grayscale: #6B6B6B. Windows color (decimal): -13597812 or 9208624. OLE color: 9208624.

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

Color convert

RGB48131140-
CMYK0.660.0600.45
HSL185.87º48.94%36.86%-
HSV(B)185.87º65.71%54.9%-
XYZ14.0718.7527.69-
YUV107.21146.585.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 131 (51.56% from 255) = 41.07%
BLUE value IS 140 (55.08% from 255) = 43.89%
R=15.05%
G=41.07%
B=43.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481311400.660.0600.45185.8748.9436.86
Hex30838C42602Dba3125
Octal6020321410260552726145
Binary11000010000011100011001000010110010110110111010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30838C; }

 p { color: rgb(48,131,140); }

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

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

 a { background-color: rgb(48,131,140); }

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

<style>
 span { border-color: #30838C; }

 span { border-color: rgb(48,131,140); }

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