#3583CF

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

Shades of Curious Blue #3583CF

Tints of Curious Blue #3583CF

Color information

#3583CF (or 0x3583CF) is unknown color: approx Curious Blue. HEX triplet: 35, 83 and CF. RGB value is (53,131,207). Sum of RGB (Red+Green+Blue) = 53+131+207=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #3583CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3583CF is #CA7C30. Grayscale: #737373. Windows color (decimal): -13270065 or 13599541. OLE color: 13599541.

HSL color Cylindrical-coordinate representation of color #3583CF: hue angle of 209.61º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3583CF is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB53131207-
CMYK0.740.3700.19
HSL209.61º61.6%50.98%-
HSV(B)209.61º74.4%81.18%-
XYZ20.8521.4962.08-
YUV116.34179.1682.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.55%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 207 (81.25% from 255) = 52.94%
R=13.55%
G=33.50%
B=52.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal531312070.740.3700.19209.6161.650.98
Hex3583CF4A25013d23e33
Octal65203317112450233227663
Binary1101011000001111001111100101010010101001111010010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3583CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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