#3079BB

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

Shades of Curious Blue #3079BB

Tints of Curious Blue #3079BB

Color information

#3079BB (or 0x3079BB) is unknown color: approx Curious Blue. HEX triplet: 30, 79 and BB. RGB value is (48,121,187). Sum of RGB (Red+Green+Blue) = 48+121+187=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #3079BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3079BB is #CF8644. Grayscale: #6A6A6A. Windows color (decimal): -13600325 or 12286256. OLE color: 12286256.

HSL color Cylindrical-coordinate representation of color #3079BB: hue angle of 208.49º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3079BB is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB48121187-
CMYK0.740.3500.27
HSL208.49º59.15%46.08%-
HSV(B)208.49º74.33%73.33%-
XYZ17.0317.8949.57-
YUV106.7173.3286.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.48%
GREEN value IS 121 (47.66% from 255) = 33.99%
BLUE value IS 187 (73.44% from 255) = 52.53%
R=13.48%
G=33.99%
B=52.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481211870.740.3500.27208.4959.1546.08
Hex3079BB4A2301Bd03b2e
Octal60171273112430333207356
Binary110000111100110111011100101010001101101111010000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3079BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3079BB; }

 p { color: rgb(48,121,187); }

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

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

 a { background-color: rgb(48,121,187); }

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

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

 span { border-color: rgb(48,121,187); }

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