#3070BF

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

Shades of Curious Blue #3070BF

Tints of Curious Blue #3070BF

Color information

#3070BF (or 0x3070BF) is unknown color: approx Curious Blue. HEX triplet: 30, 70 and BF. RGB value is (48,112,191). Sum of RGB (Red+Green+Blue) = 48+112+191=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #3070BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3070BF is #CF8F40. Grayscale: #656565. Windows color (decimal): -13602625 or 12546096. OLE color: 12546096.

HSL color Cylindrical-coordinate representation of color #3070BF: hue angle of 213.15º 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 #3070BF is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB48112191-
CMYK0.750.4100.25
HSL213.15º59.83%46.86%-
HSV(B)213.15º74.87%74.9%-
XYZ16.4215.9851.51-
YUV101.87178.389.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.68%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 191 (75% from 255) = 54.42%
R=13.68%
G=31.91%
B=54.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481121910.750.4100.25213.1559.8346.86
Hex3070BF4B29019d53c2f
Octal60160277113510313257457
Binary110000111000010111111100101110100101100111010101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3070BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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