#3583BE

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

Shades of Curious Blue #3583BE

Tints of Curious Blue #3583BE

Color information

#3583BE (or 0x3583BE) is unknown color: approx Curious Blue. HEX triplet: 35, 83 and BE. RGB value is (53,131,190). Sum of RGB (Red+Green+Blue) = 53+131+190=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #3583BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3583BE is #CA7C41. Grayscale: #727272. Windows color (decimal): -13270082 or 12485429. OLE color: 12485429.

HSL color Cylindrical-coordinate representation of color #3583BE: hue angle of 205.84º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3583BE is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB53131190-
CMYK0.720.3100.25
HSL205.84º56.38%47.65%-
HSV(B)205.84º72.11%74.51%-
XYZ18.8820.7151.72-
YUV114.4170.6684.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.17%
GREEN value IS 131 (51.56% from 255) = 35.03%
BLUE value IS 190 (74.61% from 255) = 50.80%
R=14.17%
G=35.03%
B=50.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531311900.720.3100.25205.8456.3847.65
Hex3583BE481F019ce3830
Octal65203276110370313167060
Binary110101100000111011111010010001111101100111001110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3583BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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