#3584CA

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

Shades of Curious Blue #3584CA

Tints of Curious Blue #3584CA

Color information

#3584CA (or 0x3584CA) is unknown color: approx Curious Blue. HEX triplet: 35, 84 and CA. RGB value is (53,132,202). Sum of RGB (Red+Green+Blue) = 53+132+202=387 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.70% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #3584CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3584CA is #CA7B35. Grayscale: #747474. Windows color (decimal): -13269814 or 13272117. OLE color: 13272117.

HSL color Cylindrical-coordinate representation of color #3584CA: hue angle of 208.19º degrees, saturation: 0.58, 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 #3584CA is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB53132202-
CMYK0.740.3500.21
HSL208.19º58.43%50%-
HSV(B)208.19º73.76%79.22%-
XYZ20.3821.5258.96-
YUV116.36176.3382.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.70%
GREEN value IS 132 (51.95% from 255) = 34.11%
BLUE value IS 202 (79.30% from 255) = 52.20%
R=13.70%
G=34.11%
B=52.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531322020.740.3500.21208.1958.4350
Hex3584CA4A23015d03a32
Octal65204312112430253207262
Binary1101011000010011001010100101010001101010111010000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3584CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,132,202); }

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

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

 a { background-color: rgb(53,132,202); }

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

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

 span { border-color: rgb(53,132,202); }

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