#3076BF

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

Shades of Curious Blue #3076BF

Tints of Curious Blue #3076BF

Color information

#3076BF (or 0x3076BF) is unknown color: approx Curious Blue. HEX triplet: 30, 76 and BF. RGB value is (48,118,191). Sum of RGB (Red+Green+Blue) = 48+118+191=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #3076BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3076BF is #CF8940. Grayscale: #696969. Windows color (decimal): -13601089 or 12547632. OLE color: 12547632.

HSL color Cylindrical-coordinate representation of color #3076BF: hue angle of 210.63º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3076BF is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB48118191-
CMYK0.750.3800.25
HSL210.63º59.83%46.86%-
HSV(B)210.63º74.87%74.9%-
XYZ17.117.3551.74-
YUV105.39176.3187.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.45%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 191 (75% from 255) = 53.50%
R=13.45%
G=33.05%
B=53.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481181910.750.3800.25210.6359.8346.86
Hex3076BF4B26019d33c2f
Octal60166277113460313237457
Binary110000111011010111111100101110011001100111010011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3076BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3076BF; }

 p { color: rgb(48,118,191); }

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

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

 a { background-color: rgb(48,118,191); }

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

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

 span { border-color: rgb(48,118,191); }

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