#3491CA

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

Shades of Curious Blue #3491CA

Tints of Curious Blue #3491CA

Color information

#3491CA (or 0x3491CA) is unknown color: approx Curious Blue. HEX triplet: 34, 91 and CA. RGB value is (52,145,202). Sum of RGB (Red+Green+Blue) = 52+145+202=399 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.03% from 399); Green value is 145 (57.03% from 255 or 36.34% 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 #3491CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3491CA is #CB6E35. Grayscale: #7B7B7B. Windows color (decimal): -13332022 or 13275444. OLE color: 13275444.

HSL color Cylindrical-coordinate representation of color #3491CA: hue angle of 202.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3491CA is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB52145202-
CMYK0.740.2800.21
HSL202.8º59.06%49.8%-
HSV(B)202.8º74.26%79.22%-
XYZ22.225.2559.58-
YUV123.69172.1976.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.03%
GREEN value IS 145 (57.03% from 255) = 36.34%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=13.03%
G=36.34%
B=50.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal521452020.740.2800.21202.859.0649.8
Hex3491CA4A1C015cb3b32
Octal64221312112340253137362
Binary110100100100011100101010010101110001010111001011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3491CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,145,202); }

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

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

 a { background-color: rgb(52,145,202); }

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

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

 span { border-color: rgb(52,145,202); }

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