#3190C7

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

Shades of Curious Blue #3190C7

Tints of Curious Blue #3190C7

Color information

#3190C7 (or 0x3190C7) is unknown color: approx Curious Blue. HEX triplet: 31, 90 and C7. RGB value is (49,144,199). Sum of RGB (Red+Green+Blue) = 49+144+199=392 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.5% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 199 (78.12% from 255 or 50.77% from 392); Max value from RGB is 199 - color contains mainly: blue. Hex color #3190C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3190C7 is #CE6F38. Grayscale: #797979. Windows color (decimal): -13528889 or 13078577. OLE color: 13078577.

HSL color Cylindrical-coordinate representation of color #3190C7: hue angle of 202º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3190C7 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB49144199-
CMYK0.750.2800.22
HSL202º60.48%48.63%-
HSV(B)202º75.38%78.04%-
XYZ21.5524.7257.67-
YUV121.86171.5376.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.5%
GREEN value IS 144 (56.64% from 255) = 36.73%
BLUE value IS 199 (78.12% from 255) = 50.77%
R=12.5%
G=36.73%
B=50.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal491441990.750.2800.2220260.4848.63
Hex3190C74B1C016ca3c31
Octal61220307113340263127461
Binary110001100100001100011110010111110001011011001010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3190C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3190C7; }

 p { color: rgb(49,144,199); }

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

<style>
 a { background-color: #3190C7; }

 a { background-color: rgb(49,144,199); }

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

<style>
 span { border-color: #3190C7; }

 span { border-color: rgb(49,144,199); }

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