#3072ba

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

Shades of Curious Blue #3072BA

Tints of Curious Blue #3072BA

Color information

#3072BA (or 0x3072BA) is unknown color: approx Curious Blue. HEX triplet: 30, 72 and BA. RGB value is (48,114,186). Sum of RGB (Red+Green+Blue) = 48+114+186=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #3072BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3072BA is #CF8D45. Grayscale: #666666. Windows color (decimal): -13602118 or 12218928. OLE color: 12218928.

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

Color convert

RGB48114186-
CMYK0.740.3900.27
HSL211.3º58.97%45.88%-
HSV(B)211.3º74.19%72.94%-
XYZ16.116.2148.73-
YUV102.47175.1389.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.79%
GREEN value IS 114 (44.92% from 255) = 32.76%
BLUE value IS 186 (73.05% from 255) = 53.45%
R=13.79%
G=32.76%
B=53.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481141860.740.3900.27211.358.9745.88
Hex3072BA4A2701Bd33b2e
Octal60162272112470333237356
Binary110000111001010111010100101010011101101111010011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3072ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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