#3193CA

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

Shades of Curious Blue #3193CA

Tints of Curious Blue #3193CA

Color information

#3193CA (or 0x3193CA) is unknown color: approx Curious Blue. HEX triplet: 31, 93 and CA. RGB value is (49,147,202). Sum of RGB (Red+Green+Blue) = 49+147+202=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #3193CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3193CA is #CE6C35. Grayscale: #7B7B7B. Windows color (decimal): -13528118 or 13275953. OLE color: 13275953.

HSL color Cylindrical-coordinate representation of color #3193CA: hue angle of 201.57º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3193CA is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB49147202-
CMYK0.760.2700.21
HSL201.57º60.96%49.22%-
HSV(B)201.57º75.74%79.22%-
XYZ22.3625.7859.68-
YUV123.97172.0374.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.31%
GREEN value IS 147 (57.81% from 255) = 36.93%
BLUE value IS 202 (79.30% from 255) = 50.75%
R=12.31%
G=36.93%
B=50.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal491472020.760.2700.21201.5760.9649.22
Hex3193CA4C1B015ca3d31
Octal61223312114330253127561
Binary110001100100111100101010011001101101010111001010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3193CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3193CA; }

 p { color: rgb(49,147,202); }

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

<style>
 a { background-color: #3193CA; }

 a { background-color: rgb(49,147,202); }

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

<style>
 span { border-color: #3193CA; }

 span { border-color: rgb(49,147,202); }

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