#3075ba

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

Shades of Curious Blue #3075BA

Tints of Curious Blue #3075BA

Color information

#3075BA (or 0x3075BA) is unknown color: approx Curious Blue. HEX triplet: 30, 75 and BA. RGB value is (48,117,186). Sum of RGB (Red+Green+Blue) = 48+117+186=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #3075BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3075BA is #CF8A45. Grayscale: #676767. Windows color (decimal): -13601350 or 12219696. OLE color: 12219696.

HSL color Cylindrical-coordinate representation of color #3075BA: hue angle of 210º 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 #3075BA is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB48117186-
CMYK0.740.3700.27
HSL210º58.97%45.88%-
HSV(B)210º74.19%72.94%-
XYZ16.4416.948.85-
YUV104.24174.1487.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.68%
GREEN value IS 117 (46.09% from 255) = 33.33%
BLUE value IS 186 (73.05% from 255) = 52.99%
R=13.68%
G=33.33%
B=52.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481171860.740.3700.2721058.9745.88
Hex3075BA4A2501Bd23b2e
Octal60165272112450333227356
Binary110000111010110111010100101010010101101111010010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3075ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3075ba; }

 p { color: rgb(48,117,186); }

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

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

 a { background-color: rgb(48,117,186); }

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

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

 span { border-color: rgb(48,117,186); }

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