#3584C1

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

Shades of Curious Blue #3584C1

Tints of Curious Blue #3584C1

Color information

#3584C1 (or 0x3584C1) is unknown color: approx Curious Blue. HEX triplet: 35, 84 and C1. RGB value is (53,132,193). Sum of RGB (Red+Green+Blue) = 53+132+193=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #3584C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3584C1 is #CA7B3E. Grayscale: #737373. Windows color (decimal): -13269823 or 12682293. OLE color: 12682293.

HSL color Cylindrical-coordinate representation of color #3584C1: hue angle of 206.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3584C1 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB53132193-
CMYK0.730.3200.24
HSL206.14º56.91%48.24%-
HSV(B)206.14º72.54%75.69%-
XYZ19.3521.1153.51-
YUV115.33171.8383.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.02%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 193 (75.78% from 255) = 51.06%
R=14.02%
G=34.92%
B=51.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531321930.730.3200.24206.1456.9148.24
Hex3584C14920018ce3930
Octal65204301111400303167160
Binary1101011000010011000001100100110000001100011001110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3584C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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