#3194CA

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

Shades of Curious Blue #3194CA

Tints of Curious Blue #3194CA

Color information

#3194CA (or 0x3194CA) is unknown color: approx Curious Blue. HEX triplet: 31, 94 and CA. RGB value is (49,148,202). Sum of RGB (Red+Green+Blue) = 49+148+202=399 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.28% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #3194CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3194CA is #CE6B35. Grayscale: #7C7C7C. Windows color (decimal): -13527862 or 13276209. OLE color: 13276209.

HSL color Cylindrical-coordinate representation of color #3194CA: hue angle of 201.18º 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 #3194CA is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB49148202-
CMYK0.760.2700.21
HSL201.18º60.96%49.22%-
HSV(B)201.18º75.74%79.22%-
XYZ22.5226.159.73-
YUV124.56171.774.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.28%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=12.28%
G=37.09%
B=50.63%

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
Decimal491482020.760.2700.21201.1860.9649.22
Hex3194CA4C1B015c93d31
Octal61224312114330253117561
Binary110001100101001100101010011001101101010111001001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3194CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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