#3072BF

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

Shades of Curious Blue #3072BF

Tints of Curious Blue #3072BF

Color information

#3072BF (or 0x3072BF) is unknown color: approx Curious Blue. HEX triplet: 30, 72 and BF. RGB value is (48,114,191). Sum of RGB (Red+Green+Blue) = 48+114+191=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #3072BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3072BF is #CF8D40. Grayscale: #666666. Windows color (decimal): -13602113 or 12546608. OLE color: 12546608.

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

Color convert

RGB48114191-
CMYK0.750.4000.25
HSL212.31º59.83%46.86%-
HSV(B)212.31º74.87%74.9%-
XYZ16.6416.4251.58-
YUV103.04177.6388.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.60%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 191 (75% from 255) = 54.11%
R=13.60%
G=32.29%
B=54.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481141910.750.4000.25212.3159.8346.86
Hex3072BF4B28019d43c2f
Octal60162277113500313247457
Binary110000111001010111111100101110100001100111010100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3072BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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