#3583BA

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

Shades of Curious Blue #3583BA

Tints of Curious Blue #3583BA

Color information

#3583BA (or 0x3583BA) is unknown color: approx Curious Blue. HEX triplet: 35, 83 and BA. RGB value is (53,131,186). Sum of RGB (Red+Green+Blue) = 53+131+186=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #3583BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3583BA is #CA7C45. Grayscale: #717171. Windows color (decimal): -13270086 or 12223285. OLE color: 12223285.

HSL color Cylindrical-coordinate representation of color #3583BA: hue angle of 204.81º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3583BA is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB53131186-
CMYK0.720.3000.27
HSL204.81º55.65%46.86%-
HSV(B)204.81º71.51%72.94%-
XYZ18.4520.5349.45-
YUV113.95168.6684.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.32%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=14.32%
G=35.41%
B=50.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531311860.720.3000.27204.8155.6546.86
Hex3583BA481E01Bcd382f
Octal65203272110360333157057
Binary110101100000111011101010010001111001101111001101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3583BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3583BA; }

 p { color: rgb(53,131,186); }

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

<style>
 a { background-color: #3583BA; }

 a { background-color: rgb(53,131,186); }

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

<style>
 span { border-color: #3583BA; }

 span { border-color: rgb(53,131,186); }

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