#308788

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

Shades of Blue Chill #308788

Tints of Blue Chill #308788

Color information

#308788 (or 0x308788) is unknown color: approx Blue Chill. HEX triplet: 30, 87 and 88. RGB value is (48,135,136). Sum of RGB (Red+Green+Blue) = 48+135+136=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 136 - color contains mainly: blue. Hex color #308788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308788 is #CF7877. Grayscale: #6D6D6D. Windows color (decimal): -13596792 or 8947504. OLE color: 8947504.

HSL color Cylindrical-coordinate representation of color #308788: hue angle of 180.68º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308788 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB48135136-
CMYK0.650.0100.47
HSL180.68º47.83%36.08%-
HSV(B)180.68º64.71%53.33%-
XYZ14.3319.7326.35-
YUV109.1143.1884.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 135 (53.12% from 255) = 42.32%
BLUE value IS 136 (53.52% from 255) = 42.63%
R=15.05%
G=42.32%
B=42.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481351360.650.0100.47180.6847.8336.08
Hex30878841102Fb53024
Octal6020721010110572656044
Binary110000100001111000100010000011010111110110101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308788; }

 p { color: rgb(48,135,136); }

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

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

 a { background-color: rgb(48,135,136); }

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

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

 span { border-color: rgb(48,135,136); }

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