#3081D2

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

Shades of Curious Blue #3081D2

Tints of Curious Blue #3081D2

Color information

#3081D2 (or 0x3081D2) is unknown color: approx Curious Blue. HEX triplet: 30, 81 and D2. RGB value is (48,129,210). Sum of RGB (Red+Green+Blue) = 48+129+210=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 210 (82.42% from 255 or 54.26% from 387); Max value from RGB is 210 - color contains mainly: blue. Hex color #3081D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3081D2 is #CF7E2D. Grayscale: #717171. Windows color (decimal): -13598254 or 13795632. OLE color: 13795632.

HSL color Cylindrical-coordinate representation of color #3081D2: hue angle of 210º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3081D2 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB48129210-
CMYK0.770.3900.18
HSL210º64.29%50.59%-
HSV(B)210º77.14%82.35%-
XYZ20.720.9863.93-
YUV114.02182.1680.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.40%
GREEN value IS 129 (50.78% from 255) = 33.33%
BLUE value IS 210 (82.42% from 255) = 54.26%
R=12.40%
G=33.33%
B=54.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal481292100.770.3900.1821064.2950.59
Hex3081D24D27012d24033
Octal602013221154702232210063
Binary11000010000001110100101001101100111010010110100101000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3081D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3081D2; }

 p { color: rgb(48,129,210); }

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

<style>
 a { background-color: #3081D2; }

 a { background-color: rgb(48,129,210); }

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

<style>
 span { border-color: #3081D2; }

 span { border-color: rgb(48,129,210); }

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