#3090C2

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

Shades of Curious Blue #3090C2

Tints of Curious Blue #3090C2

Color information

#3090C2 (or 0x3090C2) is unknown color: approx Curious Blue. HEX triplet: 30, 90 and C2. RGB value is (48,144,194). Sum of RGB (Red+Green+Blue) = 48+144+194=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #3090C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3090C2 is #CF6F3D. Grayscale: #787878. Windows color (decimal): -13594430 or 12750896. OLE color: 12750896.

HSL color Cylindrical-coordinate representation of color #3090C2: hue angle of 200.55º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3090C2 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB48144194-
CMYK0.750.2600.24
HSL200.55º60.33%47.45%-
HSV(B)200.55º75.26%76.08%-
XYZ20.9324.4754.66-
YUV121169.275.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.44%
GREEN value IS 144 (56.64% from 255) = 37.31%
BLUE value IS 194 (76.17% from 255) = 50.26%
R=12.44%
G=37.31%
B=50.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal481441940.750.2600.24200.5560.3347.45
Hex3090C24B1A018c93c2f
Octal60220302113320303117457
Binary110000100100001100001010010111101001100011001001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3090C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3090C2; }

 p { color: rgb(48,144,194); }

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

<style>
 a { background-color: #3090C2; }

 a { background-color: rgb(48,144,194); }

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

<style>
 span { border-color: #3090C2; }

 span { border-color: rgb(48,144,194); }

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